diff --git a/config/initializers/devise.rb b/config/initializers/devise.rb index b7cb808d2e522243cd8096e658c6fe22d3cc3119..dcf829c38e864d489f4512b937c45e07162904b0 100644 --- a/config/initializers/devise.rb +++ b/config/initializers/devise.rb @@ -101,7 +101,7 @@ Devise.setup do |config| # ==> Configuration for :validatable # Range for password length. Default is 6..128. - config.password_length = 6..128 + config.password_length = 8..128 # Email regex used to validate email formats. It simply asserts that # an one (and only one) @ exists in the given string. This is mainly