mirror of
https://github.com/heartcombo/devise.git
synced 2026-04-28 03:00:29 -04:00
Provide a better encryptor message and update Gemfile.lock.
This commit is contained in:
@@ -46,8 +46,8 @@ module Devise
|
||||
# Nothing to say
|
||||
else
|
||||
puts "[DEVISE] You are using #{Devise.encryptor} as encryptor. From version 1.2, " <<
|
||||
"you need to explicitly add :encryptable to your models in order for this " <<
|
||||
"configuration value to work."
|
||||
"you need to explicitly add `devise :encryptable, :encryptor => #{Devise.encryptor.to_sym}` " <<
|
||||
"to your models and comment the value in the config/initializers/devise.rb."
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user