We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd56752 commit 9bb8374Copy full SHA for 9bb8374
1 file changed
lib/casserver/authenticators/sql_rest_auth.rb
@@ -52,6 +52,7 @@ def validate(credentials)
52
53
def self.setup(options)
54
super(options)
55
+ user_model = user_models[options[:auth_index]]
56
user_model.__send__(:include, EncryptedPassword)
57
end
58
0 commit comments