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
diff --git a/vendor/plugins/acts_as_authenticated/generators/authenticated_mailer/templates/signup_notification.rhtml b/vendor/plugins/acts_as_authenticated/generators/authenticated_mailer/templates/signup_notification.rhtml
new file mode 100644 (file)
index 0000000..6b0d675
--- /dev/null
@@ -0,0 +1,8 @@
+Your account has been created.
+
+  Username: <%%= @<%= file_name %>.login %>
+  Password: <%%= @<%= file_name %>.password %>
+
+Visit this url to activate your account:
+
+  <%%= @url %>
\ No newline at end of file

Benjamin Mako Hill || Want to submit a patch?