mirror of
https://github.com/go-gitea/gitea
synced 2024-11-10 17:25:54 +01:00
#1140 MySQL root password exposure
This commit is contained in:
parent
211596f407
commit
5f594d8774
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user