]> git.ipfire.org Git - thirdparty/bugzilla.git/commit
Fix for bug 23067: Allow the user to change their email address through the preferenc...
authorjustdave%syndicomm.com <>
Mon, 1 Apr 2002 11:49:04 +0000 (11:49 +0000)
committerjustdave%syndicomm.com <>
Mon, 1 Apr 2002 11:49:04 +0000 (11:49 +0000)
commitbaf564640e1af29fd6d1cc2e627ed81a430e2034
tree6e64cb294600a409e0de2685659abb460561f4f0
parent3c7f202fc712ebc0918fd52503f466e1d8ee60be
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
template/default/prefs/account.tmpl
template/default/prefs/userprefs.tmpl
template/default/token/confirmemail.html.tmpl [new file with mode: 0644]
template/default/token/emailchangenew.txt.tmpl [new file with mode: 0644]
template/default/token/emailchangeold.txt.tmpl [new file with mode: 0644]
template/default/token/tokencancel.txt.tmpl [new file with mode: 0644]