authlogic_example icon indicating copy to clipboard operation
authlogic_example copied to clipboard

An example rails app using the Authlogic authentication library

Results 21 authlogic_example issues
Sort by recently updated
recently updated
newest added

Password reset should be case insensitive on e-mail to match Authlogic default behaviour. Otherwise [email protected] will not match [email protected] for password reset, even though it works for login and will...

I have implemented authlogic 2 or 3 times but always hit a sticky patch which turns out to be due a field missing on the model: undefined method `login?' -...

I did the equivalent in rails3 of this from the documentation: ``` script/generate session user_session ``` I assume that would become: ``` rails generate session user_session ``` I get the...

ActionView::Template::Error (No route matches {:controller=>"user_session", :action=>"show"}): Seems from viewing the controller, there is no "show" method.

Im getting the following error: http://rails.pastebin.com/NXetTXx3 Anyone know that it can be?

I removed the email field and now I cannot register a new user. I am guessing that acts_as_authentic by default includes email authentication....? But can't figure out how it works...

if we start using it as you described, then anybody can start checking urls like "http://example.com/password_resets/zAk3O7mRnjTdPfaLkePU/edit" and if you have many users on your system then it is more possible...

This page: http://github.com/binarylogic/authlogic_example ... in 3. Ensure proper database fields, last line ( "See the documentation for more details." ) Links to: http://authlogic.rubyforge.org/ The correct link is now http://rdoc.info/github/binarylogic/authlogic