Changes

Jump to: navigation, search

Auth Module

4 bytes removed, 16:22, 20 January 2011
m
no edit summary
== UmlautAuth Umlaut Auth Module (Developer Notes) ==The UmlautAuth Auth module extends functionality available from the [Authlogic|http://github.com/binarylogic/authlogic] (version 2.1.0) gem and configured as a plugin included in the lib directory based on the [Authlogic OpenID add-on|http://github.com/binarylogic/authlogic_openid].
=== Core Umlaut Files Added or Updated ===
Several core Umlaut files were updated in order to develop the UmlautAuth Auth module.
==== app/controller/application.rb ====
The application controller was updated to filter passwords and provide two methods for accessing the current user session and the current user. The method current_user_session (aliased as has_logged_in_user) returns nil if no user session has been established. The method current_user (aliased as logged_in_user) return either nil or the current logged in user.
58
edits

Navigation menu