-
Notifications
You must be signed in to change notification settings - Fork 96
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
Password_Minimum_Requirement_For_Signup #114
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Add gssoc-ext with level3 and hacktoberfest-accepted labels! |
@smog-root Is this feature only applicable only if user clicks on the register or it will check the password while entering in the fields |
It popups only if the user clicks on the registration button! I don't know much js so. This is what I can do for now! |
This feature is already implemented for student authentication |
But not for signup!!! |
Someone needs to add it right!! So I did! |
ok then. merge #115 . |
Fixes #113
Password Requirements:
when a user tries to register, they will receive immediate feedback if their password does not meet these criteria. Let me know if you need any further changes or additional features!
signup.html
Note:- Add all labels added to issue #113 to this PR. So that GSSoC team can easily recognize the commit! also add hacktoberfest-accepted label!