diff options
Diffstat (limited to 'app/views/mailer/lost_password_en.rhtml')
-rw-r--r-- | app/views/mailer/lost_password_en.rhtml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/mailer/lost_password_en.rhtml b/app/views/mailer/lost_password_en.rhtml new file mode 100644 index 000000000..2593edbda --- /dev/null +++ b/app/views/mailer/lost_password_en.rhtml @@ -0,0 +1,3 @@ +To change your password, use the following link:
+
+http://<%= $RDM_HOST_NAME %>/account/lost_password?token=<%= @token.value %>
\ No newline at end of file |