Remove invalid password complexity setting in MAS config
Should be a value between 0 and 4. Default is 3.
This commit is contained in:
parent
399f53fc3e
commit
770ba36ffc
1 changed files with 1 additions and 2 deletions
|
|
@ -64,7 +64,6 @@ let
|
||||||
algorithm = "argon2id";
|
algorithm = "argon2id";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
minimum_complexity = 8;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
masSettingsFile = ((pkgs.formats.yaml { }).generate "mas-config" masSettings);
|
masSettingsFile = ((pkgs.formats.yaml { }).generate "mas-config" masSettings);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue