Merge pull request #6327 from nextcloud/backport/6326/stable21

[stable21] Fix password policy documentation
This commit is contained in:
Morris Jobke 2021-03-29 10:42:14 +02:00 committed by GitHub
commit 3a32c98efd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,10 @@ A password policy is a set of rules designed to enhance computer security by enc
In the security-section of your administrator-settings you can configure
* a minimal length of a password. Default is 10 characters.
* a minimal length of a password. Default is 8 characters.
* a password history
* a password expiration period
* a lockout policy
* to forbid common passwords like 'password' or 'login'.
* to enforce upper and lower case characters
* to enforce numeric characters

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 25 KiB