Closed
Bug 481119
Opened 17 years ago
Closed 16 years ago
forgot password mail not received
Categories
(support.mozilla.org :: General, defect)
support.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
FIXED
1.1
People
(Reporter: aryx, Assigned: paulc)
References
()
Details
(Whiteboard: tiki_test)
Attachments
(1 file)
|
1.21 KB,
patch
|
laura
:
review+
|
Details | Diff | Splinter Review |
Please check if the mail from the "Forgot Password" page is really sent. I registered, logging in didn't work, so I wanted to try this way.
Comment 1•17 years ago
|
||
Using the by "username" field didn't work, but the direct email address did.
Target Milestone: --- → 1.0
Updated•17 years ago
|
Assignee: nobody → laura
Comment 2•17 years ago
|
||
If this one's hard to fix, we might just want to remove the option of entering your user name.
| Assignee | ||
Comment 3•17 years ago
|
||
I'm sure it's not that hard to fix. I could look into it, but after other 1.1s :)
Laura will probably be very busy in the next few.
Updated•17 years ago
|
Target Milestone: 1.0 → 1.1
Updated•17 years ago
|
Target Milestone: 1.1 → 1.0
Updated•17 years ago
|
Target Milestone: 1.0 → 1.0.2
Updated•17 years ago
|
Assignee: laura → paul.craciunoiu
Target Milestone: 1.0.2 → 1.1
| Assignee | ||
Comment 4•16 years ago
|
||
The mail was sent to $_REQUEST['email'] which obviously wouldn't be available when username is provided. This simple patch makes sure that the email gets assigned in that other case too. Should be easy to review :)
Attachment #376529 -
Flags: review?(laura)
| Assignee | ||
Comment 5•16 years ago
|
||
Comment on attachment 376529 [details] [diff] [review]
Patch: proposed fix, v1
Eric, if you have more time, you could take a quick look.
Attachment #376529 -
Flags: review?(smirkingsisyphus)
| Assignee | ||
Updated•16 years ago
|
Assignee: paul.craciunoiu → nobody
Component: Forum → General
QA Contact: forum → general
| Assignee | ||
Comment 6•16 years ago
|
||
Oops, I must've unassigned this by accident.
Assignee: nobody → paul.craciunoiu
Updated•16 years ago
|
Attachment #376529 -
Flags: review?(laura) → review+
| Assignee | ||
Comment 7•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 8•16 years ago
|
||
Sadly, reopening; I still can't get this to work on staging (though retrieving password via an entered email address works just fine, so it shouldn't be a staging-config issue?)
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 9•16 years ago
|
||
Re-resolving after staging issue has been fixed (bug 493674).
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Verified FIXED; just tried this on https://support-stage.mozilla.org/tiki-remind_password.php and it emailed me my username, gave the IP address from which the request was sent, as well as a unique, one-time link to log in.
Status: RESOLVED → VERIFIED
| Assignee | ||
Comment 11•16 years ago
|
||
Yay, this works on prod now. :)
Updated•16 years ago
|
Whiteboard: tiki_triage
| Assignee | ||
Comment 12•16 years ago
|
||
Comment on attachment 376529 [details] [diff] [review]
Patch: proposed fix, v1
Just going through my r? list
Attachment #376529 -
Flags: review?(smirkingsisyphus)
Updated•16 years ago
|
Whiteboard: tiki_triage → tiki_test
You need to log in
before you can comment on or make changes to this bug.
Description
•