Merge pull request #107 from nextcloud/stable9-backport-new-files

[stable9] Create user_password_policy documentation
This commit is contained in:
Marius Blüm
2016-08-02 12:45:11 +02:00
committed by GitHub
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