-
Notifications
You must be signed in to change notification settings - Fork 1.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
On registering new user , specify validation conditions for password #9190
Comments
Hi, @gudia18 @naveensrinivasan can you please assign this issue to me? |
We don't assign issues to external contributors. Please comment that you're working on the issue after checking that no one else is, and then send a pull request for it. Thank You! |
I'm working on this issue! |
I am working on this issue |
I want to work on this issue. can you please assign me this issue. |
We don't assign issues to external contributors. Please comment that you're working on the issue after checking that no one else is, and then send a pull request for it. Thank You! |
Is your feature request related to a problem? Please describe.
Currently, when registering a new user, there is no clear indication of the password validation conditions, for better security
Describe the solution you'd like
I would like to add a set of visible password validation conditions on the registration page. This would include criteria such as , the requirement for special characters, numbers, and uppercase letters.
Describe alternatives you've considered
An alternative solution could be to provide real-time feedback as users type their password, indicating whether their password meets the required criteria. This could be implemented using client-side JavaScript validation.
The text was updated successfully, but these errors were encountered: