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

Improved Password Validation And Added Password Hide/Show Button #900

Merged
merged 1 commit into from
Jul 14, 2020

Conversation

shivp436
Copy link
Contributor

Fixes #891 And More Improvements

In File : production/form_validation.html

Before Change :

  • The password length was restricted to either 6 or 8 characters
  • There was no specific formatting for the password input
  • No Show/Hide Password Feature

After Change:

  • Password length restriction changed to 8 or more characters
  • Password must contain:
    • At least one Lower Case Letter
    • At least one Upper Case Letter
    • At least one Number
    • At least one Unique Character
  • Added Show/Hide Password

Password Hidden

PasswordHidden

Password Displayed

PasswordDisplay

@shivp436
Copy link
Contributor Author

@puikinsh @cristianraiber can you please review this change and guide me if any further changes are needed

@puikinsh puikinsh merged commit bdeea6b into ColorlibHQ:master Jul 14, 2020
@puikinsh
Copy link
Member

Looks good! Thank you for your contribution!
I highly appreciate it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Forms validation password restriction
2 participants