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
1 merge request!299Ensure default role and user will be created at controller startup
Pipeline #100244 passed
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment