Commit 87d16e18 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Explain where the default password validation is

parent 0db36897
# 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment