usertool.pl: new CLI user management tool
commitb9ec15c3b048d9f463c8bfdfde4034ee4287d46d
authorKyle J. McKay <mackyle@gmail.com>
Fri, 24 Nov 2017 02:39:44 +0000 (23 18:39 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 24 Nov 2017 02:39:44 +0000 (23 18:39 -0800)
treeee8b1cefdb15afff578d1c1b636e9969857f0cf3
parent55069d461e7715e4ca3693a9d99c932579d61880
usertool.pl: new CLI user management tool

The new usertool.pl script (in toolbox) allows one to do everything
to a user (and more) that can be done via the web UI.

This includes user creation, removal and public key changes.

Most settings are validated in a manner similar to the web UI.
However, use of the --force option can override most of the checks.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
toolbox/usertool.pl [new file with mode: 0755]