mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	add smtp password to install page (#17564)
* add smtp password to install page * Update routers/install/install.go Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		@@ -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