diff options
author | travis%sedsystems.ca <> | 2005-03-16 00:44:06 +0000 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-03-16 00:44:06 +0000 |
commit | 5d6b815d1ce8eece29e22e09781f890375f3c403 (patch) | |
tree | baa11798e9e3fd48fc37db3f8b99ffa0e56cd997 /template/en/default/account/password | |
parent | a54f3f23447038f15de353b3a8642701325b00ec (diff) | |
download | bugs-5d6b815d1ce8eece29e22e09781f890375f3c403.tar bugs-5d6b815d1ce8eece29e22e09781f890375f3c403.tar.gz bugs-5d6b815d1ce8eece29e22e09781f890375f3c403.tar.bz2 bugs-5d6b815d1ce8eece29e22e09781f890375f3c403.tar.xz bugs-5d6b815d1ce8eece29e22e09781f890375f3c403.zip |
Bug 135812 : Add a 'mailfrom' parameter to unify bugmail originating address
Patch by Cedric Caron <cedric.caron@urbanet.ch> r=wurblzap a=justdave
Diffstat (limited to 'template/en/default/account/password')
-rw-r--r-- | template/en/default/account/password/forgotten-password.txt.tmpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/account/password/forgotten-password.txt.tmpl b/template/en/default/account/password/forgotten-password.txt.tmpl index 5ac3ed75c..b56e930fd 100644 --- a/template/en/default/account/password/forgotten-password.txt.tmpl +++ b/template/en/default/account/password/forgotten-password.txt.tmpl @@ -22,9 +22,10 @@ [% PROCESS global/variables.none.tmpl %] [% expiration_ts = token_ts + (max_token_age * 86400) %] -From: bugzilla-admin-daemon +From: [% Param('mailfrom') %] To: [% emailaddress %] Subject: [% terms.Bugzilla %] Change Password Request +X-B[%#%]ugzilla-Type: admin You have (or someone impersonating you has) requested to change your [%+ terms.Bugzilla %] password. To complete the change, visit the following link: |