Explain where the default password validation is

This commit is contained in:
Jacob Vosmaer 2014-01-13 11:43:22 +01:00
parent 0db36897e6
commit 87d16e1841

View file

@ -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