From ca858f1350d8444e75297c370d85fae6874e0f9e Mon Sep 17 00:00:00 2001 From: Matchu Date: Sat, 22 Jul 2023 11:00:21 -0700 Subject: [PATCH] Remove unused Devise initializer settings I guess the APIs changed here, but these were placeholder settings we weren't actually using anyway (cuz we use the OpenNeo ID integration), so I just commented them out and it seems fine for now! --- config/initializers/devise.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/initializers/devise.rb b/config/initializers/devise.rb index 4c0915ea..75ca3904 100644 --- a/config/initializers/devise.rb +++ b/config/initializers/devise.rb @@ -3,7 +3,7 @@ Devise.setup do |config| # ==> Mailer Configuration # Configure the e-mail address which will be shown in DeviseMailer. - config.mailer_sender = "please-change-me@config-initializers-devise.com" + config.mailer_sender = "matchu@openneo.net" # Configure the class responsible to send e-mails. # config.mailer = "Devise::Mailer" @@ -37,16 +37,16 @@ Devise.setup do |config| # ==> 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 = 10 + # config.stretches = 10 # Define which will be the encryption algorithm. Devise also supports encryptors # from others authentication tools as :clearance_sha1, :authlogic_sha512 (then # you should set stretches above to 20 for default behavior) and :restful_authentication_sha1 # (then you should set stretches to 10, and copy REST_AUTH_SITE_KEY to pepper) - config.encryptor = :bcrypt + # config.encryptor = :bcrypt # Setup a pepper to generate the encrypted password. - config.pepper = "f6a7bb49e6d2348d529bf4c64c09af1491284e90087d282713825f09b8ac0d78be1d3e5fb65b4f95115da90a8b6be60a9d4da68ae60a6174a6c238976b52b848" + # config.pepper = "f6a7bb49e6d2348d529bf4c64c09af1491284e90087d282713825f09b8ac0d78be1d3e5fb65b4f95115da90a8b6be60a9d4da68ae60a6174a6c238976b52b848" # ==> Configuration for :confirmable # The time you want to give your user to confirm his account. During this time