Added the RoR Login-Engine and activated it on the site.
[selectricity-live] / vendor / plugins / login_engine / app / views / user_notify / change_password.rhtml
diff --git a/vendor/plugins/login_engine/app/views/user_notify/change_password.rhtml b/vendor/plugins/login_engine/app/views/user_notify/change_password.rhtml
new file mode 100644 (file)
index 0000000..7c0933f
--- /dev/null
@@ -0,0 +1,10 @@
+Dear <%= @name %>,
+
+At your request, <%= @app_name %> has changed your password. If it was not at your request, then you should be aware that someone has access to your account and requested this change.
+
+Your new login credentials are:
+
+  login:    <%= @login %>
+  password: <%= @password %>
+<%= @url %>
\ No newline at end of file

Benjamin Mako Hill || Want to submit a patch?