Sha256: c5f2cb8bc128c9852b9ddaafeddc78a09a5225558f728e96e10f300e37772271
Contents?: true
Size: 527 Bytes
Versions: 14
Compression:
Stored size: 527 Bytes
Contents
# See http://rdoc.info/rdoc/binarylogic/authlogic/blob/85b2a6b3e9993b18c7fb1e4f7b9c6d01cc8b5d17/Authlogic/Session/Base.html # and http://rdoc.info/rdoc/binarylogic/authlogic/blob/85b2a6b3e9993b18c7fb1e4f7b9c6d01cc8b5d17/Authlogic/Session/Password/Config.html class UserSession < Authlogic::Session::Base login_field Refinery.authentication_login_field find_by_login_method :find_by_login_or_email generalize_credentials_error_messages "Sorry, your #{Refinery.authentication_login_field} or password was incorrect." end
Version data entries
14 entries across 14 versions & 1 rubygems