You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/casserver/authenticators/sql_rest_auth.rb
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,6 @@ def validate(credentials)
27
27
raiseCASServer::AuthenticatorError,"You must specify a 'site_key' in the SQLRestAuth authenticator's configuration!"unless@options[:site_key]
28
28
raiseCASServer::AuthenticatorError,"You must specify 'digest_streches' in the SQLRestAuth authenticator's configuration!"unless@options[:digest_streches]
0 commit comments