diff --git a/routers/install.go b/routers/install.go
index 4aa3ca930..f5dc0c580 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