Closed
Bug 1719378
Opened 2 years ago
Closed 2 years ago
Fix bug in code that allows inactive users to reactivate their own accounts
Categories
(bugzilla.mozilla.org :: General, defect)
bugzilla.mozilla.org
General
Tracking
()
RESOLVED
FIXED
People
(Reporter: dkl, Assigned: dkl)
Details
Attachments
(1 file)
When we updated the list of users disabling those who had not logged in for a long time, I added code to allow the user to reactivate the account themselves. This works fine for users whose old password is still valid and meets our current password constraints. If the users password does meet the constraints (i.e. too short) then it sets their password_change_reason from 'Inactive Account' to another reason matching the password failure. The disabled_text is unfortunately not cleared at that time which does not allow them to ever activate the account and requires a BMO admin to do it manually.
I have a patch that will fix this issue properly.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Merged to master.
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•