mirror of
https://github.com/go-gitea/gitea
synced 2025-07-13 22:17:20 +00:00
#1140 MySQL root password exposure
This commit is contained in:
@ -92,7 +92,6 @@ func Install(ctx *middleware.Context) {
|
||||
|
||||
form.DbHost = models.DbCfg.Host
|
||||
form.DbUser = models.DbCfg.User
|
||||
form.DbPasswd = models.DbCfg.Passwd
|
||||
form.DbName = models.DbCfg.Name
|
||||
form.DbPath = models.DbCfg.Path
|
||||
|
||||
|
Reference in New Issue
Block a user