Start to build edit user form

This commit is contained in:
2022-04-07 17:32:29 +02:00
parent af903de7c2
commit 91d71c7006
3 changed files with 35 additions and 20 deletions

View File

@ -55,7 +55,7 @@ async fn main() -> std::io::Result<()> {
username: DEFAULT_ADMIN_USERNAME.to_string(),
password: hash_password(DEFAULT_ADMIN_PASSWORD).unwrap(),
need_reset_password: true,
authorized_services: None,
authorized_clients: None,
admin: true,
..Default::default()
};