Yuvipanda has submitted this change and it was merged. Change subject: admin: Allow aklapper to reset user auths and delete accounts in Phab ......................................................................
admin: Allow aklapper to reset user auths and delete accounts in Phab as such requests come up from time to time. Related documentation: https://wikitech.wikimedia.org/wiki/Phabricator Bug: T113124 Change-Id: Ie28a37d3837a4e6f5ae5769c485da93390c2c976 --- M modules/admin/data/data.yaml 1 file changed, 5 insertions(+), 1 deletion(-) Approvals: Yuvipanda: Looks good to me, approved jenkins-bot: Verified diff --git a/modules/admin/data/data.yaml b/modules/admin/data/data.yaml index ecd6e72..6f662d3 100644 --- a/modules/admin/data/data.yaml +++ b/modules/admin/data/data.yaml @@ -297,11 +297,15 @@ description: Users who can do sane CLI admin things * Remove repositories * Manage repositories, phd service, and workers + * Reset authentication of users + * Delete users (e.g. unverified accounts due to wrong email address) members: [aklapper] privileges: ['ALL = NOPASSWD: /srv/phab/phabricator/bin/remove destroy r*', + 'ALL = NOPASSWD: /srv/phab/phabricator/bin/remove destroy @*', 'ALL = NOPASSWD: /srv/phab/phabricator/bin/repository', 'ALL = NOPASSWD: /srv/phab/phabricator/bin/phd', - 'ALL = NOPASSWD: /srv/phab/phabricator/bin/worker'] + 'ALL = NOPASSWD: /srv/phab/phabricator/bin/worker', + 'ALL = NOPASSWD: /srv/phab/phabricator/auth strip'] zotero-admin: gid: 747 description: group of zotero admins -- To view, visit https://gerrit.wikimedia.org/r/219151 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie28a37d3837a4e6f5ae5769c485da93390c2c976 Gerrit-PatchSet: 6 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Aklapper <[email protected]> Gerrit-Reviewer: 20after4 <[email protected]> Gerrit-Reviewer: Aklapper <[email protected]> Gerrit-Reviewer: Alex Monk <[email protected]> Gerrit-Reviewer: Rush <[email protected]> Gerrit-Reviewer: Yuvipanda <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
