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
{{ message }}
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.
Due to my own fiddling I've caused an exception to be raised during login which in turn causes another exception: Uninitialized constant Casino::Authenticator is thrown at
Due to my own fiddling I've caused an exception to be raised during login which in turn causes another exception:
Uninitialized constant Casino::Authenticator
is thrown atCASino/app/processors/casino/authentication_processor.rb
Line 9 in 67ab509
I think you lost the
require 'casino/authenticator'
when you moved authentication.rb to authentication_processor.rb: https://github.com/rbCAS/CASino/compare/master@%7B1month%7D...master#diff-0bf020b1f393654949d24413fd4135c2L1 (scroll down to authentication.rb).I didn't check too hard so not sure on that.
The text was updated successfully, but these errors were encountered: