Module: Authlogic::ActsAsAuthentic::Password
- Defined in:
- lib/novelys_authlogic/acts_as_authentic/password.rb
Overview
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.
Defined Under Namespace
Modules: Callbacks, Config, Methods