Well, it seems I forgot to add the acts_as_authenticated to the repository on my...
[selectricity-live] / vendor / plugins / acts_as_authenticated / generators / authenticated / templates / login.rhtml
diff --git a/vendor/plugins/acts_as_authenticated/generators/authenticated/templates/login.rhtml b/vendor/plugins/acts_as_authenticated/generators/authenticated/templates/login.rhtml
new file mode 100644 (file)
index 0000000..98c4037
--- /dev/null
@@ -0,0 +1,14 @@
+<%% form_tag do -%>
+<p><label for="login">Login</label><br/>
+<%%= text_field_tag 'login' %></p>
+
+<p><label for="password">Password</label><br/>
+<%%= password_field_tag 'password' %></p>
+
+<!-- Uncomment this if you want this functionality
+<p><label for="remember_me">Remember me:</label>
+<%%= check_box_tag 'remember_me' %></p>
+-->
+
+<p><%%= submit_tag 'Log in' %></p>
+<%% end -%>

Benjamin Mako Hill || Want to submit a patch?