mirror of https://github.com/portainer/portainer
feat(cli): remove the logging of the hashed password of the admin user (#3328)
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…
Reference in New Issue