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" } ]