diff options
author | Kevin Chabowski <kevin@kch42.de> | 2013-08-30 22:53:59 +0200 |
---|---|---|
committer | Kevin Chabowski <kevin@kch42.de> | 2013-08-30 22:53:59 +0200 |
commit | d4fe97a9a5437d71a5a29f413ba7be6efe5f7da3 (patch) | |
tree | 1df00e016300304318997e8f04053bf523b8d85e /mails | |
parent | 11ec26feeabced25281b8637f928a8096690c54b (diff) | |
download | mailremind-d4fe97a9a5437d71a5a29f413ba7be6efe5f7da3.tar.gz mailremind-d4fe97a9a5437d71a5a29f413ba7be6efe5f7da3.tar.bz2 mailremind-d4fe97a9a5437d71a5a29f413ba7be6efe5f7da3.zip |
Password reset implemented
Diffstat (limited to 'mails')
-rw-r--r-- | mails/pwreset.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mails/pwreset.tpl b/mails/pwreset.tpl new file mode 100644 index 0000000..49ce391 --- /dev/null +++ b/mails/pwreset.tpl @@ -0,0 +1,8 @@ +Hi, + +You (or someone else) requested a password reset for your mailremind +account. Go to this URL, if you want to reset the password: + + {{.URL}} + +If you didn't request a reset, you can ignore this message. |