Module | Authlogic::ActsAsAuthentic::Password::Methods::InstanceMethods |
In: |
lib/authlogic/acts_as_authentic/password.rb
|
Accepts a raw password to determine if it is the correct password or not. Notice the second argument. That defaults to the value of check_passwords_against_database. See that method for more information, but basically it just tells Authlogic to check the password against the value in the database or the value in the object.