From aca99e7c7640f5b05a4bc5ad3725d6e11cd243bf Mon Sep 17 00:00:00 2001 From: bolbol Date: Sat, 4 Jul 2026 20:12:39 +0000 Subject: [PATCH] Ajout superadmin Nabil.Derouiche par defaut (id 4) --- data/users.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/data/users.json b/data/users.json index 2daa4b0..a31a993 100644 --- a/data/users.json +++ b/data/users.json @@ -19,5 +19,12 @@ "password": "$2a$10$pDeN2gaPE3GGXtScS.k9l.PAj99.Cxa637AbVrOlI7HbO9Cd4H2NW", "role": "admin", "region": "all" + }, + { + "id": 4, + "username": "Nabil.Derouiche", + "password": "$2a$10$D2x9Gzu5pI7bVE5prJydwOYW5g63aM9mORWzzj15eNcmET22592T.", + "role": "superadmin", + "region": "all" } ]