Updated the system to Rails 1.2.
[selectricity] / 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
deleted file mode 100755 (executable)
index 019b865..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<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?