Added the RoR Login-Engine and activated it on the site.
[selectricity-live] / vendor / plugins / login_engine / app / views / user_notify / forgot_password.rhtml
diff --git a/vendor/plugins/login_engine/app/views/user_notify/forgot_password.rhtml b/vendor/plugins/login_engine/app/views/user_notify/forgot_password.rhtml
new file mode 100644 (file)
index 0000000..17f36c3
--- /dev/null
@@ -0,0 +1,11 @@
+Dear <%= @name %>,
+
+At your request, <%= @app_name %> has sent you the following URL so that you may reset your password. If it was not at your request, then you should be aware that someone has entered your email address as theirs in the forgotten password section of <%= @app_name %>.
+
+Please click on the following link to go to the change password page:
+
+<a href="<%= @url%>">Click me!</a>
+It's advisable for you to change your password as soon as you login. It's as simple as navigating to 'Preferences' and clicking on 'Change Password'.
+
+<%= @url %>
\ No newline at end of file

Benjamin Mako Hill || Want to submit a patch?