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_mailer / templates / signup_notification.rhtml
1 Your account has been created.
2
3   Username: <%%= @<%= file_name %>.login %>
4   Password: <%%= @<%= file_name %>.password %>
5
6 Visit this url to activate your account:
7
8   <%%= @url %>

Benjamin Mako Hill || Want to submit a patch?