Closed
Bug 1507812
Opened 7 years ago
Closed 3 years ago
merge_user.pl should not continue if the old user id has an account in Phabricator
Categories
(bugzilla.mozilla.org :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: dkl, Assigned: dkl)
References
Details
Attachments
(1 file)
merge_user.pl should throw an error if the old user id that is going to be removed has an account in Phabricator.
The old account in Phabricator will need to be updated first to match the destication account in BMO. This will probably require the attention of a Phabricator admin and a separate bug should be filed.
Assignee | ||
Comment 1•7 years ago
|
||
Note: Phabricator now supports allowing others than Admins to disable users through the admin UI. Applications → People → Configure has a "Can Disable Users" permission which can be set to a broader set of users than "Administrators". Unfortunately calling the conduit API method user.edit to disable a user still requires full admin rights (legacy issue) which means phab-bot cannot do the task. Which means we cannot yet automate this part inside of merge_users.pl.
Assignee | ||
Updated•7 years ago
|
Blocks: bmo-phab-missing-userids
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
This was merged long ago. Closing.
https://github.com/mozilla-bteam/bmo/commit/87ee0959f7f3219dd7fad7b0d5e77f8b1e8d96ea
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•