Skip to content

Commit 5676f60

Browse files
tareldatechknowlogick
authored andcommitted
Keep preseeded database password (#4284)
1 parent 3fed13b commit 5676f60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

routers/install.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ func Install(ctx *context.Context) {
5858
// Database settings
5959
form.DbHost = models.DbCfg.Host
6060
form.DbUser = models.DbCfg.User
61+
form.DbPasswd = models.DbCfg.Passwd
6162
form.DbName = models.DbCfg.Name
6263
form.DbPath = models.DbCfg.Path
6364

0 commit comments

Comments
 (0)