diff --git a/config/initializers/devise.rb b/config/initializers/devise.rb index baaffe84..e4e8bedc 100644 --- a/config/initializers/devise.rb +++ b/config/initializers/devise.rb @@ -37,7 +37,7 @@ # ==> Configuration for :database_authenticatable # For bcrypt, this is the cost for hashing the password and defaults to 10. If # using other encryptors, it sets how many times you want the password re-encrypted. - config.stretches = 20 + config.stretches = 10 # Setup a pepper to generate the encrypted password. # config.pepper = '<%= SecureRandom.hex(64) %>'