Bug 1642654 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Not long ago we disabled 400k accounts due to being non-active in the past 4 years. Turns out, quite a few people want to still use their accounts and send email to bmo-admins to reactivate them. We get ~20 requests a week. Glob and I discussed possibly creating a way to allow them to reactivate their own accounts and no longer need admin involvement.

1. Create a one-time use script to update the disabled text of the still disabled users to add a link to forgotten password feature of Bugzilla. 
2. This will email the user a link to allow resetting of their password.
3. The above script will also update their cryptpassword value to some known value that the back end can look for when resetting the password. 
4. When they click on the email link and are directed to the password reset form, the back end code will see the special cryptpassword value and will also clear the disabled text value allowing them to login as a normal user again.
Not long ago we disabled 400k accounts due to being non-active in the past 4 years. Turns out, quite a few people want to still use their accounts and send email to bmo-admins to reactivate them. We get ~20 requests a week. Glob and I discussed possibly creating a way to allow them to reactivate their own accounts and no longer need admin involvement.

1. Create a one-time use script to update the disabled text of the still disabled users to add a link to forgotten password feature of Bugzilla. 
2. This will allow the user to be emailed a link to allow resetting of their password.
3. The above script will also update their password reset reason value to some known value that the back end can look for to allow resetting of the password. 
4. When they click on the email link and are directed to the password reset form, the back end code will see the special password reset reason value and will also clear the disabled text value allowing them to login as a normal user again.

Back to Bug 1642654 Comment 0