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

pull/3408/head
Mohab Abd El-Dayem 2019-11-28 22:23:18 +02:00 committed by Anthony Lapenna
parent dd0c80e915
commit 3b1a8e4bba
1 changed files with 1 additions and 1 deletions

View File

@ -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,