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

Add password quirk for kennedy-center.org #854

Closed vcsjones closed 2 weeks ago

vcsjones commented 2 weeks ago

Overall Checklist

for password-rules.json

Here is a screenshot of the Kennedy Center website with its password rules.

Screenshot 2024-11-15 at 11 40 44 AM

Their explanation text is incomplete.

The site also requires a lower-case letter, I think it is just implied. Their actual password validation regex is ^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[@$!%*?&#])[A-Za-z\d@$!%*?&#]{8,}$. You can see that one of the criteria is [a-z].