diff options
author | Romain d'Alverny <rda@mageia.org> | 2011-01-07 23:20:14 +0000 |
---|---|---|
committer | Romain d'Alverny <rda@mageia.org> | 2011-01-07 23:20:14 +0000 |
commit | 5f8c9ba5f32c0dab7752a7c50dab5b82639f81ef (patch) | |
tree | 48c83c63482380e25f93b544be518ecc6355bb3b /root/email | |
parent | f07e6b1361c4817980888496a14b9b8d1fd5578d (diff) | |
download | identity-5f8c9ba5f32c0dab7752a7c50dab5b82639f81ef.tar identity-5f8c9ba5f32c0dab7752a7c50dab5b82639f81ef.tar.gz identity-5f8c9ba5f32c0dab7752a7c50dab5b82639f81ef.tar.bz2 identity-5f8c9ba5f32c0dab7752a7c50dab5b82639f81ef.tar.xz identity-5f8c9ba5f32c0dab7752a7c50dab5b82639f81ef.zip |
commit implement forgot_password patch from Maarten Vanraes
Diffstat (limited to 'root/email')
-rw-r--r-- | root/email/forgot_password.tt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/root/email/forgot_password.tt b/root/email/forgot_password.tt new file mode 100644 index 0000000..4826955 --- /dev/null +++ b/root/email/forgot_password.tt @@ -0,0 +1,7 @@ +[% l('Dear [_1],',cn) %] +[% l('Your [_1] account has been requested to change the password. If you did not do this, or you do not want to change your password; you can just do nothing.',c.config.organisation) %] +[% l('To reset your password, please follow the link below.') %] +[% url %] + +-- +http://mageia.org/ |