mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02:00
✨ feat: Add Scripts for listing users and resetting passwords (#5438)
* ✨ feat: Add user management scripts for listing users and resetting passwords
* chore: update package.json
---------
Co-authored-by: Danny Avila <danacordially@gmail.com>
This commit is contained in:
parent
6f0ded058f
commit
9373f77bb7
3 changed files with 101 additions and 0 deletions
|
@ -28,6 +28,8 @@
|
|||
"upgrade": "node config/upgrade.js",
|
||||
"create-user": "node config/create-user.js",
|
||||
"invite-user": "node config/invite-user.js",
|
||||
"list-users": "node config/list-users.js",
|
||||
"reset-password": "node config/reset-password.js",
|
||||
"ban-user": "node config/ban-user.js",
|
||||
"delete-user": "node config/delete-user.js",
|
||||
"update-banner": "node config/update-banner.js",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue