Added the RoR Login-Engine and activated it on the site.
[selectricity-live] / vendor / plugins / login_engine / app / views / user_notify / pending_delete.rhtml
diff --git a/vendor/plugins/login_engine/app/views/user_notify/pending_delete.rhtml b/vendor/plugins/login_engine/app/views/user_notify/pending_delete.rhtml
new file mode 100644 (file)
index 0000000..84e200e
--- /dev/null
@@ -0,0 +1,9 @@
+Dear <%= @name %>,
+
+At your request, <%= @app_name %> has marked your account for deletion. If it was not at your request, then you should be aware that someone has access to your account and requested this change.
+
+The following link is provided for you to restore your deleted account. If you click on this link within the next <%= @days %> days, your account will not be deleted. Otherwise, simply ignore this email and your account will be permanently deleted after that time.
+
+<a href="<%= @url%>">Click me!</a>
+<%= @url %>
\ No newline at end of file

Benjamin Mako Hill || Want to submit a patch?