mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat: add aurweb-adduser console script
Originally left at util/adduser.py, this script allows administrators to simply add a user to the configured aurweb database. See --help for options. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
9e7ae5904f
commit
6f6f067597
3 changed files with 69 additions and 6 deletions
|
@ -111,3 +111,4 @@ aurweb-rendercomment = "aurweb.scripts.rendercomment:main"
|
|||
aurweb-tuvotereminder = "aurweb.scripts.tuvotereminder:main"
|
||||
aurweb-usermaint = "aurweb.scripts.usermaint:main"
|
||||
aurweb-config = "aurweb.scripts.config:main"
|
||||
aurweb-adduser = "aurweb.scripts.adduser:main"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue