From dbac1238f9538e9422d0c91d624bcffbc87d2dbc Mon Sep 17 00:00:00 2001 From: Chris Mann Date: Fri, 21 Jul 2023 09:14:08 +0200 Subject: [PATCH] Implementing Activate User --- admin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin.go b/admin.go index 05cabf5..be55a0a 100644 --- a/admin.go +++ b/admin.go @@ -1072,7 +1072,7 @@ func handleAdminCreate(w http.ResponseWriter, r *http.Request) { // req.Attribute("description", []string{data.Description}) } - addNewUser(newUser, config, login) + addNewUser(newUser, config) // err := login.conn.Add(req) // // log.Printf(fmt.Sprintf("899: %v",err))