Skip to content
Snippets Groups Projects
Commit 4a8f6a8b authored by André Sterba's avatar André Sterba
Browse files

Adjust password comment

parent 3c90b1ac
No related branches found
No related tags found
Loading
Pipeline #100244 passed
...@@ -228,7 +228,7 @@ func ensureDefaultUserExists() error { ...@@ -228,7 +228,7 @@ func ensureDefaultUserExists() error {
} }
if adminUser == nil { 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. // allowing upper and lower case letters, disallowing repeat characters.
generatedPassword, err := password.Generate(16, 3, 0, true, false) generatedPassword, err := password.Generate(16, 3, 0, true, false)
if err != nil { if err != nil {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment