commit | 4d48a9aaa275ebb0a43714f87439537cf5b47f84 | [log] [tgz] |
---|---|---|
author | Luca Milanesio <luca.milanesio@gmail.com> | Tue May 22 09:33:48 2018 +0100 |
committer | Luca Milanesio <luca.milanesio@gmail.com> | Fri May 25 14:25:16 2018 +0000 |
tree | 0cb73803683cf001dee787af9d8f91a1b0374b91 | |
parent | 7c43a8e91b4a368441b73580d4ad7eb960c09295 [diff] |
Use lower-level SetInactiveFlag to disable account Rely on the Gerrit lower-level interface to disable accounts so that users can be allowed to self-disable themselves. Access to self-removal is however protected by a new permission provided by this plugin. Skipping thus the self-disabling check in Gerrit is considered safe in this case. Change-Id: Id0b49348d3e745ba993e2583baad03af7aebc6ed
A plugin that allows accounts to be deleted from Gerrit via an SSH command or REST API.
To build this plugin you need to have Bazel and Gerrit source tree. See the detailed instructions on how to build it.
This plugin adds an new SSH command and a REST API for removing accounts from Gerrit.