Modify ↓
Opened 11 years ago
Closed 9 years ago
#11867 closed defect (fixed)
[Patch] Incorrect body for reset password email notification
| Reported by: | Alexandru Chirila | Owned by: | Steffen Hoffmann |
|---|---|---|---|
| Priority: | low | Component: | AccountManagerPlugin |
| Severity: | trivial | Keywords: | |
| Cc: | Ryan J Ollos | Trac Release: |
Description
If you change your password for your Trac account the email that is sent is incorrect, the for user appears twice:
Password reset for user for user alex
Will attach a patch to fix this.
Attachments (1)
Change History (5)
Changed 11 years ago by
| Attachment: | password_reset_action_fix.patch added |
|---|
comment:1 Changed 11 years ago by
| Cc: | Ryan J Ollos added; anonymous removed |
|---|
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
In 14363:
AccountManagerPlugin: Correct passwd reset notification msg body, refs #11867.
Thanks to alexkiro for reporting and proposing the change.
On review of this too long delayed patch I've seen other changes done but missing an entry in the changelog - fixed now as well, refs #10680 and #12097.
comment:4 Changed 9 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.



Confirmed. Pretty simple fix, should we push it?