Monday, January 25, 2010

Stupid Authlogic Trick 0

I'm helping a friend setup authlogic and we both ran into issues when trying to setup test accounts. So remember kids, when creating a user that uses authlogic's acts_as_authentic you must set both :password and :password_confirmation. 


Also you can get surprisingly  far without  actually putting acts_as_authentic in your user model. So don't forget that one either.

No comments:

Post a Comment