diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-01-13 11:43:22 +0100 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-01-13 11:43:22 +0100 |
commit | 87d16e184186759568b14a7f021489ad21792c42 (patch) | |
tree | 64b5046617ae01254fcdb761e8c53ebca0963a9c /doc/security | |
parent | 0db36897e61205dda4644cdc77fa79dcc7b9114a (diff) | |
download | gitlab-ce-87d16e184186759568b14a7f021489ad21792c42.tar.gz |
Explain where the default password validation is
Diffstat (limited to 'doc/security')
-rw-r--r-- | doc/security/password_length_limits.md | 3 |
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 |