-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Specify password requirements on password reset #2734
Comments
For now we don't have a password policy option. That would be a nice feature. |
Hello @flovilmart |
The password policy should be an option when creating the ParseServer instance. I believe we should support: String, interpolated to regexp What do you think? |
Ok. So, basically, the user will specify the password policy on index.js(or other file), and this password policy would be used not only in case of password resets, but also when an user is created. Right? |
Yes, whenever a password is being set we need to add validation just before it's getting encrypted. |
Cool :)
Are these steps enough? |
Closing as a PR was merged successfully for this. |
Hi everyone
Is there any way we can set the password requirements for user on reset password? Like 8 characters minimum, 1 capital, 1 number, etc.
Thank you.
The text was updated successfully, but these errors were encountered: