diff options
author | Buchan Milne <buchan@mageia.org> | 2010-11-04 15:48:46 +0000 |
---|---|---|
committer | Buchan Milne <buchan@mageia.org> | 2010-11-04 15:48:46 +0000 |
commit | c1887bb4708e69813049dde04302a7ea0c3e24b5 (patch) | |
tree | 0341056258399124819d2495f0b01cc26cf7a4a7 /root/email/admin | |
parent | 47272b1601e289cdba31089ce36cec46a7a360de (diff) | |
download | identity-c1887bb4708e69813049dde04302a7ea0c3e24b5.tar identity-c1887bb4708e69813049dde04302a7ea0c3e24b5.tar.gz identity-c1887bb4708e69813049dde04302a7ea0c3e24b5.tar.bz2 identity-c1887bb4708e69813049dde04302a7ea0c3e24b5.tar.xz identity-c1887bb4708e69813049dde04302a7ea0c3e24b5.zip |
Commit missing email templates
Diffstat (limited to 'root/email/admin')
-rw-r--r-- | root/email/admin/password.tt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/root/email/admin/password.tt b/root/email/admin/password.tt new file mode 100644 index 0000000..38bf2a3 --- /dev/null +++ b/root/email/admin/password.tt @@ -0,0 +1,8 @@ +[% l('Dear [_1],',entry.cn) %] + +[% l('Your password was reset by [_1]',c.user.username) %] + +[% l('Please click below to change your password') %] + +[% url %] + |