summaryrefslogtreecommitdiff
path: root/conf/main.go
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2023-05-02 14:15:25 -0500
committersanine-a <sanine.not@pm.me>2023-05-02 14:15:25 -0500
commite365e8c2fd4e3a595c696849734236008fc67e1f (patch)
tree072316b0ff99dd94d698090b6ad3b02ab7852d95 /conf/main.go
parent9fe48ae66c2cc8d6b46e44ae35e9447ab51d9dd6 (diff)
implement basic user operations
Diffstat (limited to 'conf/main.go')
-rw-r--r--conf/main.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/main.go b/conf/main.go
index f3a321e..dcd9737 100644
--- a/conf/main.go
+++ b/conf/main.go
@@ -47,6 +47,9 @@ func main() {
2: SchemaVersion(),
3: CreateUser(),
+ 4: DeleteUser(),
+ 5: UpdatePassword(),
+ 6: ListUsers(),
}
for val, cmd := range cmds {