OSDN Git Service

Explain where the default password validation is
authorJacob Vosmaer <contact@jacobvosmaer.nl>
Mon, 13 Jan 2014 10:43:22 +0000 (11:43 +0100)
committerJacob Vosmaer <contact@jacobvosmaer.nl>
Mon, 13 Jan 2014 10:43:22 +0000 (11:43 +0100)
doc/security/password_length_limits.md

index dee2bcd..c8d66e9 100644 (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