Admin Dashboard und Hilfeseite
This commit is contained in:
24
users.json
24
users.json
@@ -4,5 +4,29 @@
|
||||
"role": "admin",
|
||||
"sites": [],
|
||||
"must_change_password": false
|
||||
},
|
||||
"erik.thiele@cancom.de": {
|
||||
"password_hash": "scrypt:32768:8:1$gyBs4dA7DhH9wA0u$c80f25262388095545733c95dd4e569eee610fa849a11dd28d4f504d09e23d3768adad26d4ed671975bd3dcbae5dc43bd982f4d475e6bc9d2ede088cb0b6c025",
|
||||
"role": "admin",
|
||||
"sites": [],
|
||||
"must_change_password": false,
|
||||
"first_name": "Erik",
|
||||
"last_name": "Thiele",
|
||||
"department": "CSO",
|
||||
"notes": "Standort Stuttgart"
|
||||
},
|
||||
"test1@test.de": {
|
||||
"password_hash": "scrypt:32768:8:1$35kBhL79TJyVA3Rz$98b2e269db5ae96c9285323a274a0cc5b199fb45078e7530b5e72cdb9b96d5b522aa18fd06ce0f801bd19ec68ed323ffa04ce484cfb849eba73b9260ca6a50e1",
|
||||
"role": "user",
|
||||
"sites": [
|
||||
"dva",
|
||||
"karlsruhe",
|
||||
"stuttgart"
|
||||
],
|
||||
"must_change_password": true,
|
||||
"first_name": "test",
|
||||
"last_name": "tester",
|
||||
"department": "addff",
|
||||
"notes": "asdasdasd"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user