mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 00:16:23 +02:00
Added delete user
This commit is contained in:
parent
9ae79ff712
commit
ef412f2a99
5 changed files with 129 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ tg-create-user = "trustgraph.cli.create_user:main"
|
|||
tg-list-users = "trustgraph.cli.list_users:main"
|
||||
tg-disable-user = "trustgraph.cli.disable_user:main"
|
||||
tg-enable-user = "trustgraph.cli.enable_user:main"
|
||||
tg-delete-user = "trustgraph.cli.delete_user:main"
|
||||
tg-change-password = "trustgraph.cli.change_password:main"
|
||||
tg-reset-password = "trustgraph.cli.reset_password:main"
|
||||
tg-create-api-key = "trustgraph.cli.create_api_key:main"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue