Explain where the default password validation is
This commit is contained in:
parent
0db36897e6
commit
87d16e1841
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue