Files
nextcloud-docs/admin_manual/configuration_user/user_password_policy.rst
Daniel Kesselberg a264e14d2c feat: update default length for password policy
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2023-08-06 18:37:47 +02:00

21 lines
789 B
ReStructuredText

====================
User password policy
====================
A password policy is a set of rules designed to enhance computer security by encouraging users to employ strong passwords and use them properly.
In the security-section of your administrator-settings you can configure
* a minimal length of a password. Default is 10 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
* to enforce special characters like ! or :
* to check the password against the list of breached passwords from haveibeenpwnd.com (hashed check via haveibeenpwnd.com-API)
.. figure:: ../images/user_password_policy_configuration_app.png