We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b61ab commit ce6cda0Copy full SHA for ce6cda0
lib/omniauth/identity/models/rom.rb
@@ -31,7 +31,7 @@ def self.included(base)
31
# @param password [String] The password to check
32
# @return [self, false] Self if authenticated, false if not
33
def authenticate(password)
34
- password_digest = @identity_data[@password_field || :password_digest]
+ password_digest = @identity_data[self.class.password_field || :password_digest]
35
return false unless password_digest
36
37
begin
0 commit comments