mirror of
https://github.com/go-gitea/gitea.git
synced 2024-12-04 14:46:57 -05: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.DbHost = models.DbCfg.Host
|
||||||
form.DbUser = models.DbCfg.User
|
form.DbUser = models.DbCfg.User
|
||||||
form.DbPasswd = models.DbCfg.Passwd
|
|
||||||
form.DbName = models.DbCfg.Name
|
form.DbName = models.DbCfg.Name
|
||||||
form.DbPath = models.DbCfg.Path
|
form.DbPath = models.DbCfg.Path
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user