summaryrefslogtreecommitdiffstats
path: root/template/default/token/tokencancel.txt.tmpl
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2002-04-01 13:49:04 +0200
committerjustdave%syndicomm.com <>2002-04-01 13:49:04 +0200
commitbaf564640e1af29fd6d1cc2e627ed81a430e2034 (patch)
tree6e64cb294600a409e0de2685659abb460561f4f0 /template/default/token/tokencancel.txt.tmpl
parent3c7f202fc712ebc0918fd52503f466e1d8ee60be (diff)
downloadbugzilla-baf564640e1af29fd6d1cc2e627ed81a430e2034.tar.gz
bugzilla-baf564640e1af29fd6d1cc2e627ed81a430e2034.tar.xz
Fix for bug 23067: Allow the user to change their email address through the preferences. Sends out tokens in email to both
addresses which have to be confirmed by the new address, and can be cancelled by the old one. Entering your password on the preferences page is required to initiate the process. Patch by John Vandenberg <zeroJ@null.net> r= myk, justdave
Diffstat (limited to 'template/default/token/tokencancel.txt.tmpl')
-rw-r--r--template/default/token/tokencancel.txt.tmpl38
1 files changed, 38 insertions, 0 deletions
diff --git a/template/default/token/tokencancel.txt.tmpl b/template/default/token/tokencancel.txt.tmpl
new file mode 100644
index 000000000..bcab8c388
--- /dev/null
+++ b/template/default/token/tokencancel.txt.tmpl
@@ -0,0 +1,38 @@
+[%# The contents of this file are subject to the Mozilla Public
+ # License Version 1.1 (the "License"); you may not use this file
+ # except in compliance with the License. You may obtain a copy of
+ # the License at http://www.mozilla.org/MPL/
+ #
+ # Software distributed under the License is distributed on an "AS
+ # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+ # implied. See the License for the specific language governing
+ # rights and limitations under the License.
+ #
+ # The Original Code is the Bugzilla Bug Tracking System.
+ #
+ # The Initial Developer of the Original Code is Netscape Communications
+ # Corporation. Portions created by Netscape are
+ # Copyright (C) 1998 Netscape Communications Corporation. All
+ # Rights Reserved.
+ #
+ # Contributor(s): John Vandenberg <zeroj@null.net>
+ #%]
+From: bugzilla-admin-daemon
+To: [% emailaddress %]
+Subject: [% tokentype %] token cancelled
+
+A token was cancelled from [% remoteaddress %].
+If you did not request this, it could be either an honest
+mistake or the result of a malicious hack attempt.
+
+Take a look at the information below and forward this email
+to [% maintainer %] if you suspect foul play.
+
+ Token: [% token %]
+ Token Type: [% tokentype %]
+ User: [% emailaddress %]
+ Issue Date: [% issuedate %]
+ Event Data: [% eventdata %]
+Cancelled Because: [% cancelaction %]
+
+