Added the RoR Login-Engine and activated it on the site.
[selectricity-live] / vendor / plugins / login_engine / app / views / user / home.rhtml
diff --git a/vendor/plugins/login_engine/app/views/user/home.rhtml b/vendor/plugins/login_engine/app/views/user/home.rhtml
new file mode 100644 (file)
index 0000000..019b865
--- /dev/null
@@ -0,0 +1,7 @@
+<div title="<%= title_helper %>" class="memo">
+  <h3>Welcome</h3>
+  <p>You are now logged into the system, <%= @fullname %>...</p>
+  <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>
+
+  <%= link_to '&#171; logout', :action => 'logout' %>
+</div>

Benjamin Mako Hill || Want to submit a patch?