-
Notifications
You must be signed in to change notification settings - Fork 16
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
Validation documentation update #38
Conversation
Added a link to the NIST 800-63b publication on authentication credentials and life cycle management to the module haddocks and change the `defaultPasswordPolicy` to follow the NIST recommendations. The default character set will need to be updated as well to include the full unicode character range and ensure that multi-code point glyphs are handled as per the guidelines.
…to use the character category inclusion requirements if they don't have to.
Update Validate.hs Merging this into a separate branch to continue working on.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I finished up this documentation too, but I'd like one last review on any spelling/typos, AND not sure if a PATCH update would be enough? We made the |
I decided on upping Will double check spelling and then upload to stackage, unless there are any new objections. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks really good. Very easy to understand.
Version bumps sound good!
I've uploaded |
New branch created from @agentultra's contribution.
Adding link to the NIST publication and changing the defaults for the password validation.