Closed TheTimewaster closed 1 month ago
I think the best rule for this website is:
"password-rules": "minlength: 8; maxlength: 20; required: upper; required: digit; required: [!#$*^]; allowed: lower;"
@TheTimewaster What do you think?
@rmondello You are totally right. It double checked it and looks correct now.
Your rule says "require one of upper or digit", but I think you want, "require one upper. require one digit".
minlength: 8; maxlength: 20; required: upper; required: digit; required: [!#$*^]; allowed: lower;
Alright. Thanks for pointing out. I changed it accordingly.
Thank you so much, @TheTimewaster!
Overall Checklist
for password-rules.json