aboutsummaryrefslogtreecommitdiff
path: root/modules/auth/user_form.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/auth/user_form.go')
-rw-r--r--modules/auth/user_form.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/auth/user_form.go b/modules/auth/user_form.go
index 05ef1a0e..b7c502ef 100644
--- a/modules/auth/user_form.go
+++ b/modules/auth/user_form.go
@@ -28,6 +28,7 @@ type InstallForm struct {
AppUrl string `binding:"Required"`
SMTPHost string `form:"smtp_host"`
+ SMTPFrom string `form:"smtp_from"`
SMTPEmail string `form:"smtp_user" binding:"OmitEmpty;Email;MaxSize(50)" locale:"install.mailer_user"`
SMTPPasswd string `form:"smtp_passwd"`
RegisterConfirm bool