Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
May 29, 2022

Conversation

svens-uk
Copy link
Contributor

@svens-uk svens-uk commented May 29, 2022

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

  • The given rule isn't particularly standard and obvious for password managers
  • Generated passwords have been tested from this rule using the Password Rules Validation Tool
  • Information has been included about the website's requirements (eg. screenshots, error messages, steps during experimentation, etc.)
  • The PR isn't documenting something that would be a common practice among password managers (e.g. minimal length of 6)

Add password rules for ccs-grp.com/regist/changes. Rule collated through information on page and experimentation for the symbols /\-~!@#$%^&*_+=`|(){}[:;"'<>,.? ]
@rmondello rmondello merged commit be18e33 into apple:main May 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Quirk suggestion: ccs-grp.com
2 participants