Closed mathieujobin closed 8 years ago
I am getting this error
invalid salt (BCrypt::Errors::InvalidSalt) ./lib/devise/encryptable/encryptors/canopy_encryptor.rb:14:in `digest' ./lib/devise/encryptable/encryptors/canopy_encryptor.rb:23:in `compare' ./app/controllers/password_resets_controller.rb:24:in `update'
after enabling :password_archivable
:password_archivable
disabling :encryptable actually fixes the issue
:encryptable
any idea how the two could work together ?
I am getting this error
after enabling
:password_archivable
disabling
:encryptable
actually fixes the issueany idea how the two could work together ?