apple / password-manager-resources

A place for creators and users of password managers to collaborate on resources to make password management better.
MIT License
4.24k stars 460 forks source link

cathaypacific.com policy #830

Closed TheTimewaster closed 1 month ago

TheTimewaster commented 1 month ago

Overall Checklist

for password-rules.json

grafik

rmondello commented 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?

TheTimewaster commented 1 month ago

@rmondello You are totally right. It double checked it and looks correct now.

image
rmondello commented 1 month ago

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;

TheTimewaster commented 1 month ago

Alright. Thanks for pointing out. I changed it accordingly.

rmondello commented 1 month ago

Thank you so much, @TheTimewaster!