Skip to content

Commit

Permalink
update minimum password length from 12 to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
openprivacy committed Oct 2, 2024
1 parent 0a7fa9f commit 1618e8b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion company-policies/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,9 @@ If a system is believed to be compromised, either through theft, loss, remote ac

Strong passwords provide the basis for secure authentication to many systems and services.

For a password to be compliant with the CivicActions "strong password" policy, it must be 12 characters or longer and not based on a dictionary word, your name or the application you are logging in to. If under 16 characters (e.g, 12-15 characters) it _must_ be paired with a second factor (see [Multi-Factor Authentication](../common-practices-tools/security/README.md#use-multi-factor-authentication-mfa). A longer _passphrase_ consisting of several words in an order that make sense only to you can work well as a _memorized secret_.
For a password to be compliant with the CivicActions "strong password" policy, it must be 16 characters or longer and not based on a dictionary word, your name or the application you are logging in to. A longer _passphrase_ consisting of several words in an order that make sense only to you can work well as a _memorized secret_.

We strongly recommend employing [Multi-Factor Authentication](../common-practices-tools/security/README.md#use-multi-factor-authentication-mfa) wherever possible, particularly with any account that has elevated privileges or access to high value assets (note: this can include your personal bank account, etc.)

Check warning on line 122 in company-policies/security.md

View workflow job for this annotation

GitHub Actions / remark-lint-suggestions

[remark-lint-suggestions] company-policies/security.md#L122

Unexpected hard to read sentence, according to 5 out of 7 algorithms readability retext-readability
Raw output
122:1-122:311   warning Unexpected hard to read sentence, according to 5 out of 7 algorithms   readability retext-readability

All passwords at CivicActions must follow this policy, including passwords used for:

Expand Down

0 comments on commit 1618e8b

Please sign in to comment.