From 4a8f6a8bbeee84794b49e555850b02e512dedec6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Sterba?= <andre.sterba@stud.h-da.de>
Date: Mon, 2 May 2022 14:40:22 +0200
Subject: [PATCH] Adjust password comment

---
 controller/controller.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/controller/controller.go b/controller/controller.go
index 885692534..93cd300d0 100644
--- a/controller/controller.go
+++ b/controller/controller.go
@@ -228,7 +228,7 @@ func ensureDefaultUserExists() error {
 	}
 
 	if adminUser == nil {
-		// Generate a password that is 64 characters long with 10 digits, 10 symbols,
+		// Generate a password that is 16 characters long with 3 digits, 0 symbols,
 		// allowing upper and lower case letters, disallowing repeat characters.
 		generatedPassword, err := password.Generate(16, 3, 0, true, false)
 		if err != nil {
-- 
GitLab