Added the RoR Login-Engine and activated it on the site.
[selectricity-live] / vendor / plugins / login_engine / app / views / user / home.rhtml
1 <div title="<%= title_helper %>" class="memo">
2   <h3>Welcome</h3>
3   <p>You are now logged into the system, <%= @fullname %>...</p>
4   <p>Since you are here it's safe to assume the application never called store_location, otherwise you would have been redirected somewhere else after a successful login.</p>
5
6   <%= link_to '&#171; logout', :action => 'logout' %>
7 </div>

Benjamin Mako Hill || Want to submit a patch?