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

added stronger password validation #592

Closed
wants to merge 14 commits into from

Conversation

codetheorem
Copy link

@codetheorem codetheorem commented Sep 5, 2020

I have added a stronger password pattern in the sign up form according to this "^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&])[A-Za-z\d@$!%*?&]{8,}$" which is equivalent to Minimum eight characters, at least one uppercase letter, one lowercase letter, one number, and one special character. I have also updated the validation message accordingly.

image

Fixes #591

devesh-verma and others added 14 commits March 3, 2020 16:27
Adding yarn support and providing info in Readme.md
This commit fixes the broken links in README.md
resolve codeuino#493
* Implements markdown and priview functionality

* Parsing content within comment

* Comment notifications (codeuino#501)

* Initial

* Addition of comments section

* requested changes

* Changes for Jitsi UI (codeuino#518)

* css changes for jitsi box ui change

* edited jitsi.scss for jitsi ui and reverted changes of comment.scss

* changes made for making same fonts

* added modals in jitsi ui

* removed unnecessary code from jitsi.scss

* fixing dev branch issues (codeuino#525)

* implemented user activity and fix inconsistencies (codeuino#527)

* Settings integrate and deploy configuration (codeuino#530)

* integrated settings page and user activity modification

* configure to deploy

* Insights (codeuino#529)

* Adding reactGA

* Insights section

* removing /hompage path

* Requested changes

* initial changes

* Fetching data from the backend and integrating redux

* Fixing modal issues (codeuino#531)

* social links fix (codeuino#545)

* fix issues (codeuino#555)

* Fixing proposal functionality issues (codeuino#553)

Co-authored-by: Asel <peirisasel373@gmail.com>
Co-authored-by: Nisarg Shah <nisshah1499@gmail.com>
Co-authored-by: Rupesh Krishna Jha <rupeshiya@gmail.com>
@codetheorem codetheorem changed the base branch from master to development September 5, 2020 06:53
@codetheorem codetheorem closed this Sep 5, 2020
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.

Add stronger password validations.
8 participants