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 448 forks source link

Add password rules for ccs-grp.com (resolves #610) #614

Closed svens-uk closed 2 years ago

svens-uk commented 2 years ago

Resolves #610.

Explanation of rules

minlength: 8; required: digit; required: upper,lower;

These rules were collected through information provided on the website before submitting the form.

Screenshot 2022-05-29 at 15 56 47
maxlength: 16;

This rule was collected from the error text displayed after submitting a password that was over the limit.

Screenshot 2022-05-29 at 15 41 46
allowed: [-!#$%&'+./=?\\^_`{|}~];

This rule was gathered by testing each symbol (/\_-~ !@#$%^&*+=`|(){}[]:;"'<>,.?) one by one in an otherwise valid password. The website would throw the same error as above, which didn't mention anything about invalid symbols.

The invalid symbols are @%*+=`|()[]:;"<>,

Resolves

Overall Checklist

for password-rules.json