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 {
|
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{
|
user := &portainer.User{
|
||||||
Username: "admin",
|
Username: "admin",
|
||||||
Role: portainer.AdministratorRole,
|
Role: portainer.AdministratorRole,
|
||||||
|
|
Loading…
Reference in New Issue