Added the RoR Login-Engine and activated it on the site.
[selectricity-live] / vendor / plugins / login_engine / app / views / user_notify / signup.rhtml
diff --git a/vendor/plugins/login_engine/app/views/user_notify/signup.rhtml b/vendor/plugins/login_engine/app/views/user_notify/signup.rhtml
new file mode 100644 (file)
index 0000000..ae2626c
--- /dev/null
@@ -0,0 +1,12 @@
+Welcome to <%= @app_name %>, <%= @name %>.
+
+Your login credentials are:
+
+  login:    <%= @login %>
+  password: <%= @password %>
+
+Please click on the following link to confirm your registration:
+
+<a href="<%= @url%>">Click me!</a>
+
+<%= @url %>

Benjamin Mako Hill || Want to submit a patch?