58
edits
Changes
m
*# new - renders the login screen or redirects to external login screen*# validate - validates the user upon login*# destroy - processes logout
*# edit (also called from show) - renders the user preferences screen.*# update - processes updates to user preferences.* app/models/user_sessions
→Core Umlaut Files Added or Updated
* app/controllers/user_sessions_controller.rb
The user sessions controller manages the routing of user session requests. Three methods are available:
* app/controllers/users_controller.rb
The users controller manages the routing of user related requests. Two methods are available:
Extends Authlogic::Session::Base
* app/models/user
* db/schema.rb
Modified the user table to use with authlogic. Included column for mobile phone and user attributes.
=== UmlautAuth Plugin ===
The following files makeup the UmlautAuth module to extend the functionality of Authlogic for our purposes. They could probably be moved into the UserSession module, but may be useful as a template for further localization.