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

Summary: Bugzilla cannot reset forgotten passwords.
Product: SDL Reporter: Ryan C. Gordon <icculus>
Component: websiteAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P1    
Version: don't know   
Hardware: All   
OS: All   

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.