Closed
Bug 291669
Opened 20 years ago
Closed 18 years ago
Changing password should not send an email containing the new password
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect, P5)
addons.mozilla.org Graveyard
Developer Pages
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: chuonthis, Unassigned)
References
()
Details
Attachments
(2 files)
|
818 bytes,
patch
|
morgamic
:
first-review-
|
Details | Diff | Splinter Review |
|
1.27 KB,
patch
|
morgamic
:
first-review-
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050422 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050422 Firefox/1.0+ After a user changes his password, an email titled "Your New Mozilla Update Password" is sent containing the new password in plaintext. This is quite undesireable. A better alternative would just be a "Your Mozilla Update password has been changed" email that says, "Your password has been changed. If you did not change your password, <insert things to do>. Thanks and have a peachy day." Reproducible: Always Steps to Reproduce:
Status: UNCONFIRMED → NEW
Ever confirmed: true
Target Milestone: 1.0 → 1.1
Attachment #181680 -
Flags: first-review?(mike.morgan)
Attachment #181681 -
Flags: first-review?(mike.morgan)
Comment 3•20 years ago
|
||
I think this could be accomplished without adding a new file and duplicating code. Could you try to do this by flagging re-using the same file with an option to display or not display the pw based on whether or not it is a 'forgotten password' email?
Comment 4•20 years ago
|
||
Comment on attachment 181680 [details] [diff] [review] Change to different include Adding another include is not necessary.
Attachment #181680 -
Flags: first-review?(mike.morgan) → first-review-
Comment 5•20 years ago
|
||
Comment on attachment 181681 [details] [diff] [review] new include Adding another include is not necessary.
Attachment #181681 -
Flags: first-review?(mike.morgan) → first-review-
Comment 6•19 years ago
|
||
Mass change - bugs to be read / (re)confirmed.
Assignee: Bugzilla-alanjstrBugs → nobody
Status: ASSIGNED → NEW
Priority: -- → P5
AMO bugspam. Correcting QA contacts on OLD bugs (mozilla.update@update.bugs) -> Correct QA contact (developers@add-ons.bugs) Filtermeplzkthx
QA Contact: mozilla.update → developers
Comment 9•18 years ago
|
||
No passwords are sent out via email in Remora. Even the password change request just sends out a URL with a possibility to change the PW. It won't send another email once you changed it. Marking this fixed.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•