Skip to content

Instantly share code, notes, and snippets.

@jonathanbarton
Last active April 28, 2017 20:27
Show Gist options
  • Save jonathanbarton/27ab3bcaf7d21713d35f2dfe25c0d0b7 to your computer and use it in GitHub Desktop.
Save jonathanbarton/27ab3bcaf7d21713d35f2dfe25c0d0b7 to your computer and use it in GitHub Desktop.
Password Policy Proposal - ORC

What is the password complexity policy?

Passwords must be a minimum of 8 characters. Passwords must contain an upper case and lower case letter and either a number or a symbol.

When do the passwords expire?

Passwords will expire every 3 months

What is the password history policy?

A user cannot reuse their last 12 passwords.

What is the password reset process?

Users who have forgotten their password, can request a password reset email by entering their email address.
The password reset email contains a link to the password reset page, where the user can change their password.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment