summaryrefslogtreecommitdiffstats
path: root/modules/auth/auth_form.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-09-11 12:03:08 -0400
committerUnknwon <u@gogs.io>2015-09-11 12:03:08 -0400
commit121a81a2c554b2de0de89ab7749fe691b5d1aba7 (patch)
treecc0206c03f546734545c3355b09a3e060eeef7e7 /modules/auth/auth_form.go
parent06174482826e81fb7c4675efff092e2986c4dac0 (diff)
downloadgitea-121a81a2c554b2de0de89ab7749fe691b5d1aba7.tar.gz
gitea-121a81a2c554b2de0de89ab7749fe691b5d1aba7.zip
finish new edit auth UI
Diffstat (limited to 'modules/auth/auth_form.go')
-rw-r--r--modules/auth/auth_form.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/auth/auth_form.go b/modules/auth/auth_form.go
index 087565befd..83f8f4ebd8 100644
--- a/modules/auth/auth_form.go
+++ b/modules/auth/auth_form.go
@@ -15,7 +15,6 @@ type AuthenticationForm struct {
Name string `binding:"Required;MaxSize(30)"`
Host string
Port int
- UseSSL bool
BindDN string
BindPassword string
UserBase string