-
Notifications
You must be signed in to change notification settings - Fork 51
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
Enhance password field #19
Comments
👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned! |
…word validation mechanism for users.
…word validation mechanism for users.
@jinx-vi-0 @jindalpriyanshu101 Is this something I can work Upon? |
If you think you can, then kindly let us know your approach ;D |
@AskitEndo someone already working on this. |
I was thinking of tracking the user typing the passwaord using hooks,each time the the user types it is compared with the the criteria, all made possible using the React state,then just simply hover display the tooltip box |
@jinx-vi-0 please assign me this issue with the labels of level,hacktoberfest and gssoc extended |
@jinx-vi-0 Can I work on this? Implement a visual bar (weak, medium, strong) that updates in real-time as users type. Display validation rules dynamically with color-coded feedback (green for valid, red for invalid). Use HTML/CSS for UI, JavaScript for real-time validation. |
Assigned @FazeZxc |
Add similar criteria to the password input to enhance the password validation mechanism for users.
The text was updated successfully, but these errors were encountered: