feat(cli): remove the logging of the hashed password of the admin user (#3328)

pull/3408/head
Mohab Abd El-Dayem 5 years ago committed by Anthony Lapenna
parent dd0c80e915
commit 3b1a8e4bba

@ -624,7 +624,7 @@ func main() {
}
if len(users) == 0 {
log.Printf("Creating admin user with password hash %s", adminPasswordHash)
log.Println("Created admin user with the given password.")
user := &portainer.User{
Username: "admin",
Role: portainer.AdministratorRole,

Loading…
Cancel
Save