Module Authlogic::ActsAsAuthentic::Password
In: lib/authlogic/acts_as_authentic/password.rb

This module has a lot of neat functionality. It is responsible for encrypting your password, salting it, and verifying it. It can also help you transition to a new encryption algorithm. See the Config sub module for configuration options.

Methods

included  

Classes and Modules

Module Authlogic::ActsAsAuthentic::Password::Callbacks
Module Authlogic::ActsAsAuthentic::Password::Config
Module Authlogic::ActsAsAuthentic::Password::Methods

Public Class methods

[Validate]