We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843065c commit cd56752Copy full SHA for cd56752
1 file changed
lib/casserver/authenticators/sql_encrypted.rb
@@ -48,8 +48,6 @@ def validate(credentials)
48
read_standard_credentials(credentials)
49
raise_if_not_configured
50
51
- user_model = self.user_model
52
-
53
username_column = @options[:username_column] || "username"
54
encrypt_function = @options[:encrypt_function] || 'user.encrypted_password == Digest::SHA256.hexdigest("#{user.encryption_salt}::#{@password}")'
55
0 commit comments