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
Is your feature request related to a problem? Please describe.
The default spring security auth method does not have control set in password complexity. It is possible to add a user with a weak password.
Describe the solution you'd like
To add a secure password policy so that admin users must set complex passwords for users.
The text was updated successfully, but these errors were encountered:
Hi @nobodyiam, is this feature completed? I'll add password validation to the user manage form and the backend api server. Verification specification: The password must contain uppercase and lowercase characters and digits, and the length is greater then or equals 8 characters.
Is your feature request related to a problem? Please describe.
The default spring security auth method does not have control set in password complexity. It is possible to add a user with a weak password.
Describe the solution you'd like
To add a secure password policy so that admin users must set complex passwords for users.
The text was updated successfully, but these errors were encountered: