Mercurial > p > roundup > code
diff CHANGES.txt @ 5093:9954a358da18
- allow user to recover account password using an entry in the
Alternate E-mail addresses list. See:
http://psf.upfronthosting.co.za/roundup/meta/issue564
for description. Merge request at:
https://sourceforge.net/p/roundup/code/merge-requests/1/
Patch supplied by kinggreedy. Applied/tested by John Rouillard
It makes this work:
Click "Lost your login?" link
Enter an alternate address in the email address block.
Submit.
Get an email sent to alternate address with a one time reset
url.
Go to that url.
Before patch, email with new password was sent to the
address "E-mail address" for the user and not to the
alternate address.
After the patch, the email with new password is sent
to the "validated" (against the alternate address list)
alternate address supplied by the user.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 20 Jun 2016 22:04:32 -0400 |
| parents | 89c2c1a88927 |
| children | 92d33d3125a0 |
line wrap: on
line diff
--- a/CHANGES.txt Sun Jun 19 02:10:56 2016 -0400 +++ b/CHANGES.txt Mon Jun 20 22:04:32 2016 -0400 @@ -67,6 +67,12 @@ assignedto. Use exclude=['assignedto'] to prevent the indexargs_form from generating a confliciting assignedto field which lists all users regardless of the role.] +- allow user to recover account password using an entry in the + Alternate E-mail addresses list. See: + http://psf.upfronthosting.co.za/roundup/meta/issue564 + for description. Merge request at: + https://sourceforge.net/p/roundup/code/merge-requests/1/ + Patch supplied by kinggreedy. Applied/tested by John Rouillard Fixed:
