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.15k stars 449 forks source link

Add password rules for fccaccessonline.com #674

Closed hipwelljo closed 1 year ago

hipwelljo commented 1 year ago

Overall Checklist

for password-rules.json

Screenshot 2023-03-29 at 9 35 52 AM Screenshot 2023-03-29 at 10 12 40 AM

The login screen is available here: https://auth.fccaccessonline.com/

Note they seem to disallow any characters except letters and digits and the small list of special symbols (such as -).

Note they have other requirements that we can't specify but are unlikely to occur: cannot have 9+ numbers, cannot have more than 3 repeating patterns, cannot have more than 3 sequential numbers or letters. I've set max-consecutive to 3 to prevent those last two from happening.

rmondello commented 1 year ago

Thanks @hipwelljo!