add first user storage implementation
This commit is contained in:
11
users.json
Normal file
11
users.json
Normal file
@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
"user": "admin",
|
||||
"password": {
|
||||
"encoding": "string",
|
||||
"value": "password",
|
||||
"force_change": true
|
||||
},
|
||||
"enabled": true
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user