implement principal types

This commit is contained in:
Lennart
2025-02-02 12:27:03 +01:00
parent 207cb5cd27
commit bb8f2bb370
3 changed files with 35 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ pub fn cmd_gen_config(_args: GenConfigArgs) -> anyhow::Result<()> {
users: vec![User {
id: "default".to_owned(),
displayname: Some("Default user".to_owned()),
user_type: Default::default(),
password: Some(
"generate a password hash with rustical pwhash --algorithm argon2".to_owned(),
),