add smtp password to install page (#17564)
* add smtp password to install page * Update routers/install/install.go Co-authored-by: zeripath <[email protected]> Co-authored-by: wxiaoguang <[email protected]>
This commit is contained in:
co-authored by
zeripath
wxiaoguang
parent
71bafa0263
commit
0ba3ada866
@@ -134,6 +134,7 @@ func Install(ctx *context.Context) {
|
||||
form.SMTPHost = setting.MailService.Host
|
||||
form.SMTPFrom = setting.MailService.From
|
||||
form.SMTPUser = setting.MailService.User
|
||||
form.SMTPPasswd = setting.MailService.Passwd
|
||||
}
|
||||
form.RegisterConfirm = setting.Service.RegisterEmailConfirm
|
||||
form.MailNotify = setting.Service.EnableNotifyMail
|
||||
|
||||
Reference in New Issue
Block a user