Skip to content
Advertisement

Tag: passwords

Password regex that requires “at least two of” certain characters

Im working on javascript regex which includes having following conditions. So far with no luck. -The minimum character count allowed is 8. -The maximum character count allowed is 64. -The entered text should include at least two of the following – numbers, lowercase letters, uppercase letters, Special characters. -Entering symbols will not be supported. So far what I have is

Reset Password Using Html and javascript

I Have a requirement where i have 3 input fields namely 1.old password 2.new password 3.confirm password. For which i need to apply rules as follows. 1.Old and new passwords should not match. 2.No field should be empty. 3.New password and confirm password inputs should be same. If all these validations passes then only form should be submitted. Here is

Advertisement