Skip to content

Conversation

@codetheorem
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant