add first user storage implementation

This commit is contained in:
Jakob Ketterl
2020-04-01 22:29:42 +02:00
parent c2e85ce9a6
commit 6c3bb0b520
3 changed files with 103 additions and 11 deletions

11
users.json Normal file
View File

@ -0,0 +1,11 @@
[
{
"user": "admin",
"password": {
"encoding": "string",
"value": "password",
"force_change": true
},
"enabled": true
}
]