index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
modules
/
auth
/
auth_form.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Unknwon <u@gogs.io>
2015-09-11 13:32:33 -0400
committer
Unknwon <u@gogs.io>
2015-09-11 13:32:33 -0400
commit
362d64df0483700ac435c4b05709265378887a4e
(
patch
)
tree
fb367bbd236ea7707df0d9d5bbfe5d95a19dca0a
/
modules/auth/auth_form.go
parent
373ef5d15e1c2781bf47750554cb21e4ed5446c1
(
diff
)
#1620 add allowed domains for SMTP auth
Diffstat
(limited to 'modules/auth/auth_form.go')
-rw-r--r--
modules/auth/auth_form.go
1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/auth/auth_form.go b/modules/auth/auth_form.go
index 83f8f4eb..d18e9fd6 100644
--- a/
modules/auth/auth_form.go
+++ b/
modules/auth/auth_form.go
@@ -28,6 +28,7 @@ type AuthenticationForm struct {
SMTPAuth string
SMTPHost string
SMTPPort int
+ AllowedDomains string
TLS bool
SkipVerify bool
AllowAutoRegister bool