Start to build edit user form
This commit is contained in:
@ -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()
|
||||
};
|
||||
|
Reference in New Issue
Block a user