Exception: Devise::Hashable::InvalidPasswordHash

Inherits:
StandardError
  • Object
show all
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.