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 rule for wmata.com #686

Closed powellcj12 closed 1 year ago

powellcj12 commented 1 year ago

Overall Checklist

for password-rules.json

From the website's account creation page, it lists the following as the password requirements:

Screenshot 2023-05-21 at 9 56 40 AM

Your password is case-sensitive and must contain at least 8 characters, including letters, at least two numbers, and at least one of the following special characters !@#$%^&*~/"()_=+[]|,.?-.

The main quirk I encountered that wasn't already supported was the requirement of "at least two numbers" so that has been added here.

I did attempt to use generated passwords from the Password Rules Validation Tool, but per #685 it appears to be giving back invalid examples specifically about the requirement for multiple digits so I haven't been able to completely validate things.

rmondello commented 1 year ago

@powellcj12 Thank you for the contribution and for the bug report about the Validation Tool!