You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I changed the settings in the users.json to acceppt one-character-passwords (in combination with MFA)
reloaded Caddy
in the UI (User Dashboard) I tried then to update my password to a password with only one character. An error occurs The password is non compliant. It should contain 8-254 characters
This seems to be hardcoded in the UI, because the min_length and max_length in users.json are set to 1 and 128
-> The settings in the users.json should allow me so set this short password.
In general, the settings of the file and the user dashbaords should match. The check during input in the UI should therefore use the corresponding values of the file as threshold values.
In addition, it would be useful if the UI had a section for managing the password policy
The text was updated successfully, but these errors were encountered:
users.json
to acceppt one-character-passwords (in combination with MFA)The password is non compliant. It should contain 8-254 characters
This seems to be hardcoded in the UI, because the min_length and max_length in
users.json
are set to 1 and 128Configuration
users.json:
Version Information
Expected behavior
-> The settings in the
users.json
should allow me so set this short password.In general, the settings of the file and the user dashbaords should match. The check during input in the UI should therefore use the corresponding values of the file as threshold values.
In addition, it would be useful if the UI had a section for managing the password policy
The text was updated successfully, but these errors were encountered: