We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 438 - Bugzilla cannot reset forgotten passwords.
Summary: Bugzilla cannot reset forgotten passwords.
Status: RESOLVED FIXED
Alias: None
Product: SDL
Classification: Unclassified
Component: website (show other bugs)
Version: don't know
Hardware: All All
: P1 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-15 01:07 UTC by Ryan C. Gordon
Modified: 2007-07-09 00:24 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan C. Gordon 2007-06-15 01:07:23 UTC
If you forget your bugzilla password and request a new one, Bugzilla will send email with a link for you to click.

When you click that link, bugzilla believes your request was invalid, and refuses to change the password (but is nice enough to send a second email saying so!).

I think it's likely a holdover from the previous database corruption that the appropriate ALTER TABLE will fix immediately, but I'll have to look into it.

--ryan.
Comment 1 Ryan C. Gordon 2007-07-08 23:50:45 UTC
Bumping some bugs' priorities to P1 for consideration before the 1.2.12 release (though some may not be resolved for 1.2.12).

--ryan.

Comment 2 Ryan C. Gordon 2007-07-09 00:23:36 UTC
Database table "tokens" had a broken field ("tokentype" should be "varchar(8)" and not "varchar(2)") ... this was probably a holdover from when icculus.org's database got hosed before it moved to Dreamhost.

Fixed now.

--ryan.

Comment 3 Ryan C. Gordon 2007-07-09 00:24:23 UTC
(Not sure why Sam wasn't listed as QA Contact on this bug...)

--ryan.