Closed
Bug 237646
Opened 22 years ago
Closed 22 years ago
New accounts cannot change password
Categories
(Bugzilla :: User Accounts, defect, P1)
Tracking
()
RESOLVED
FIXED
Bugzilla 2.18
People
(Reporter: bugreport, Assigned: goobix)
Details
Attachments
(1 file, 1 obsolete file)
|
1.34 KB,
patch
|
kiko
:
review+
|
Details | Diff | Splinter Review |
Using today's tip,
Create a new account.
Using the password emailed on initial creation, log in.
Go to prefs and change password
Invalid Username Or Password error results
| Reporter | ||
Updated•22 years ago
|
Priority: -- → P1
Target Milestone: --- → Bugzilla 2.18
| Reporter | ||
Comment 1•22 years ago
|
||
Actually, nobody can change their password from the prefs menu. The only way to
change the password seems to be to claim to have forgotten it and request a
reset token.
Comment 2•22 years ago
|
||
Wonder if this results from any of my changes..
| Assignee | ||
Updated•22 years ago
|
Assignee: myk → vlad
| Assignee | ||
Comment 3•22 years ago
|
||
The hidden field called Bugzilla_login is empty (when submitting the form from
userprefs.cgi).
It might be possible to have broke this when doing the mod_perl %FORM -->
CGI::param thing.
Investigating...
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•22 years ago
|
||
Confirmed. This is a regression from bug 235278. Patch coming up.
| Assignee | ||
Comment 5•22 years ago
|
||
Patch. Tested, fixes the problem.
| Assignee | ||
Updated•22 years ago
|
Attachment #144048 -
Flags: review?(kiko)
Comment 6•22 years ago
|
||
Comment on attachment 144048 [details] [diff] [review]
Patch
Wonder how I missed this one..
Attachment #144048 -
Flags: review?(kiko) → review+
Comment 7•22 years ago
|
||
Comment on attachment 144048 [details] [diff] [review]
Patch
Actually, there's another instance of login you missed in that file, in line
82.
Attachment #144048 -
Flags: review+ → review-
| Assignee | ||
Comment 8•22 years ago
|
||
Sorry about that, I specifically looked for other instances of this but it must
have done made in a hurry.
| Assignee | ||
Updated•22 years ago
|
Attachment #144048 -
Attachment is obsolete: true
| Assignee | ||
Updated•22 years ago
|
Attachment #144067 -
Flags: review?(kiko)
Updated•22 years ago
|
Attachment #144067 -
Flags: review?(kiko) → review+
| Assignee | ||
Updated•22 years ago
|
Flags: approval?
Updated•22 years ago
|
Flags: approval? → approval+
| Assignee | ||
Comment 9•22 years ago
|
||
Checking in template/en/default/account/prefs/account.html.tmpl;
/cvsroot/mozilla/webtools/bugzilla/template/en/default/account/prefs/account.html.tmpl,v
<-- account.html.tmpl
new revision: 1.5; previous revision: 1.4
done
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•