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
1 <%% form_tag do -%>
2 <p><label for="login">Login</label><br/>
3 <%%= text_field_tag 'login' %></p>
4
5 <p><label for="password">Password</label><br/>
6 <%%= password_field_tag 'password' %></p>
7
8 <!-- Uncomment this if you want this functionality
9 <p><label for="remember_me">Remember me:</label>
10 <%%= check_box_tag 'remember_me' %></p>
11 -->
12
13 <p><%%= submit_tag 'Log in' %></p>
14 <%% end -%>

Benjamin Mako Hill || Want to submit a patch?