Create user_password_policy documentation

This commit is contained in:
Hagen Graf 2016-08-02 11:48:51 +02:00 committed by Lukas Reschke
parent 9008d66700
commit 7e62a0b0b9
No known key found for this signature in database
GPG Key ID: B9F6980CF6E759B1
3 changed files with 18 additions and 1 deletions

View File

@ -8,7 +8,8 @@ User Management
user_configuration
reset_admin_password
reset_user_password
user_password_policy
user_auth_ftp_smb_imap
user_auth_ldap
user_auth_ldap_cleanup
user_provisioning_api
user_provisioning_api

View File

@ -0,0 +1,16 @@
========================
User Password Policy App
========================
A password policy is a set of rules designed to enhance computer security by encouraging users to employ strong passwords and use them properly.
You can configure
* a minimal length of a password. Default is 10 characters.
* to forbid common passwords like 'california' or 'enterprise'.
* enforce upper and lower case characters
* Enforce numeric characters
* Enforce special characters like ! or :
.. figure:: ../images/user_password_policy_configuration_app.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB