diff options
Diffstat (limited to 'doc')
-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 |