Hi there, I can't seem to get my User model in Authlogic to understand the 'password' method even though I added "acts_as_authentic" to the model. This problem was also reported on the Authlogic lighthouse, but no one described how they fixed it:
The user table exists with all the required fields, and the controllers and everything else is definitely following the tutorial to the letter.
Anyone know what could be wrong?
(Oh, I'm running Rails 2.3.3, Authlogic 2.1.1)