-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] Password policy/Complexity #1576
Comments
Agree this should be included. I'll make a config hook, with a simple default, that people can modify. Maybe a hookable field validator |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Feel free to reopen it if it's still relevant to you. Thank you |
@dpgaspar Can you please tag this to avoid getting stale label? |
@kamalkeshavani-aiinside new PR about to be merged will support custom complexity and default complexity. Feel free to comment on the PR |
@kamalkeshavani-aiinside thank you for your help, the PR is merged and will be released soon |
Currently Flask AppBuilder does not allow the password check for any complexity requirements, so we rely on the end users to setup a strong password.
It would be great if we could force some minimum complexity requirements in the password, so that end users can not set weak password.
The text was updated successfully, but these errors were encountered: