diff options
Diffstat (limited to 'root/email')
-rw-r--r-- | root/email/activation.tt | 5 | ||||
-rw-r--r-- | root/email/admin/password.tt | 8 |
2 files changed, 13 insertions, 0 deletions
diff --git a/root/email/activation.tt b/root/email/activation.tt new file mode 100644 index 0000000..5e749cd --- /dev/null +++ b/root/email/activation.tt @@ -0,0 +1,5 @@ +[% l('Dear [_1],',cn) %] +[% l('Your [_1] account has been successfully created, but requires activation.',c.config.organisation) %] +[% l('To activate your account, please follow the link below.') %] +[% url %] + 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 %] + |