pogo/assets/config/users.json
gmemstr e457f58b6d Login moved to using SQLite3 storage
SQLite3 should make future features like multiple publishers and user permissions _much_ easier to manage - JSON in Go is a pain sometimes. Updated godep file as required.
2017-10-25 21:12:40 -07:00

12 lines
324 B
JSON

{
"admin": {
"password": "$2a$04$ZAf88Bao4Q768vKfCaKBlOqtPumwKwFhrcpBCdfMWWFX69wyhgTqi",
"realname": "Administrator",
"email": "admin@localhost.com"
},
"gabriel": {
"password": "$2a$04$KrhZ1q6FpOGqs0FVKMYhQ.BTYeVXztnjrM9RbK.0buI1OHfmyNEAy",
"realname": "Gabriel Simmer",
"email": "gabriel@localhost.com"
}
}