Add simple user-management tool for emailsignin …

Currently, administrators of closed instances need to manually fiddle in
their databases for user-management.
This commit adds a small commandline utility that allows to create and
delete users.

Signed-off-by: Dario Ernst <dario@kanojo.de>
This commit is contained in:
Dario Ernst
2018-01-27 22:34:52 +01:00
parent 4c08afbbb5
commit 9e0359e079
3 changed files with 93 additions and 2 deletions

View File

@@ -79,6 +79,7 @@
"mattermost": "^3.4.0",
"meta-marked": "^0.4.2",
"method-override": "^2.3.7",
"minimist": "^1.2.0",
"minio": "^3.1.3",
"moment": "^2.17.1",
"morgan": "^1.7.0",
@@ -103,6 +104,7 @@
"prismjs": "^1.6.0",
"randomcolor": "^0.4.4",
"raphael": "git+https://github.com/dmitrybaranovskiy/raphael",
"readline-sync": "^1.4.7",
"request": "^2.79.0",
"reveal.js": "~3.6.0",
"scrypt": "^6.0.3",