Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2014-01-13 14:43:22 +0400
committerJacob Vosmaer <contact@jacobvosmaer.nl>2014-01-13 14:43:22 +0400
commit87d16e184186759568b14a7f021489ad21792c42 (patch)
tree64b5046617ae01254fcdb761e8c53ebca0963a9c /doc/security
parent0db36897e61205dda4644cdc77fa79dcc7b9114a (diff)
Explain where the default password validation is
Diffstat (limited to 'doc/security')
-rw-r--r--doc/security/password_length_limits.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/security/password_length_limits.md b/doc/security/password_length_limits.md
index dee2bcde3c3..c8d66e9636c 100644
--- a/doc/security/password_length_limits.md
+++ b/doc/security/password_length_limits.md
@@ -1,6 +1,7 @@
# Custom password length limits
-If you want to enforce longer user passwords you can create an extra Devise initializer with the following steps:
+If you want to enforce longer user passwords you can create an extra Devise initializer with the steps below.
+If you do not use the `devise_password_length.rb` initializer the password length is set to a minimum of 8 characters in `config/initializers/devise.rb`.
```bash
cd /home/git/gitlab