Exception: Devise::Hashable::InvalidPasswordHash
- Inherits:
-
StandardError
- Object
- StandardError
- Devise::Hashable::InvalidPasswordHash
- Defined in:
- lib/devise/hashable.rb
Overview
Raised when a stored password hash cannot be parsed by the strategy that was asked to read it, either because it has the wrong number of segments or because it names a different algorithm.