aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--routers/install.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/routers/install.go b/routers/install.go
index 4aa3ca93..f5dc0c58 100644
--- a/routers/install.go
+++ b/routers/install.go
@@ -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