Project Description:
I need a small Script for Password Rules.
I need to define :
- min length of Password
- max length of Password
- minimum of Upper-Case Letters
- minimum of Numbers
- minimum of Special Characters
Example :
min-lenght : 6
max-length : 8
minUpperCase : 1
minNumbers : 1
minSpecial : 1
Password could be : Passw0r? / P@sswor8
But not : Password / P@ssword / p@sswor8
minUpperCase, minNumbers and minSpecial could also be 0.
You could use Jquery.
The settings and also the return messages must me setuped at the HTML/PHP Part, not the JS Script.
The Check must run after the user leaves the field.
Also a small Check if Password1 matches with Password2 is needed.
Attached you'll find a small file to show you what i mean.
Please bid with the number of hours you need to finish this project.