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
gregawoods edited this page Feb 13, 2013
·
1 revision
Authentication resides in an ActiveSupport::Concern module called SpudAuthentication. This allows you to override the base authlogic configuration or potentially swap it out for another authentication library.
To override the base authentication, create a file at models/concerns/spud_authentication.rb. Here is an example concern that would configure authlogic to allow users with duplicate email addresses.