Skip to content
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

Closed
kamalkeshavani-aiinside opened this issue Feb 26, 2021 · 5 comments
Closed

[feature request] Password policy/Complexity #1576

kamalkeshavani-aiinside opened this issue Feb 26, 2021 · 5 comments

Comments

@kamalkeshavani-aiinside

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.

@dpgaspar
Copy link
Owner

dpgaspar commented Mar 3, 2021

Agree this should be included.

I'll make a config hook, with a simple default, that people can modify. Maybe a hookable field validator

@stale
Copy link

stale bot commented Jun 20, 2021

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

@stale stale bot added the stale label Jun 20, 2021
@kamalkeshavani-aiinside
Copy link
Author

@dpgaspar Can you please tag this to avoid getting stale label?

@dpgaspar
Copy link
Owner

dpgaspar commented Sep 7, 2021

@kamalkeshavani-aiinside new PR about to be merged will support custom complexity and default complexity. Feel free to comment on the PR

@dpgaspar
Copy link
Owner

dpgaspar commented Sep 8, 2021

@kamalkeshavani-aiinside thank you for your help, the PR is merged and will be released soon

@dpgaspar dpgaspar closed this as completed Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants