Skip to content

Commit

Permalink
fix: remove superadmin user password from log
Browse files Browse the repository at this point in the history
  • Loading branch information
greenpau committed Mar 19, 2024
1 parent c9e5dc0 commit a3a4d0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/ids/local/authenticator.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ func (sa *Authenticator) Configure(fp string, users []*User) error {
sa.logger.Info("created default admin user for the database",
zap.String("username", req.User.Username),
zap.String("email", req.User.Email),
zap.String("secret", req.User.Password),
zap.Any("roles", req.User.Roles),
)
}
Expand Down

0 comments on commit a3a4d0e

Please sign in to comment.