Added the RoR Login-Engine and activated it on the site.
[selectricity-live] / vendor / plugins / login_engine / app / views / user / signup.rhtml
diff --git a/vendor/plugins/login_engine/app/views/user/signup.rhtml b/vendor/plugins/login_engine/app/views/user/signup.rhtml
new file mode 100644 (file)
index 0000000..c3a0cd3
--- /dev/null
@@ -0,0 +1,17 @@
+<div title="<%= title_helper %>" class="form">
+  <h3>Signup</h3>
+
+  <%= error_messages_for 'user' %>
+
+  <div class="form-padding">
+    <%= start_form_tag :action => 'signup' %>
+      <%= render_partial 'edit', :user => @user, :submit => false %><br/>
+      <%= render_partial 'password', :submit => false %>
+
+      <div class="button-bar">
+        <%= submit_tag 'Signup' %>
+        <%= link_to 'Cancel', :action => 'login' %>
+      </div>
+    <%= end_form_tag %>
+  </div>
+</div>
\ No newline at end of file

Benjamin Mako Hill || Want to submit a patch?