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 12:03:08 -0400
committer
Unknwon <u@gogs.io>
2015-09-11 12:03:08 -0400
commit
121a81a2c554b2de0de89ab7749fe691b5d1aba7
(
patch
)
tree
cc0206c03f546734545c3355b09a3e060eeef7e7
/
modules/auth/auth_form.go
parent
06174482826e81fb7c4675efff092e2986c4dac0
(
diff
)
finish new edit auth UI
Diffstat
(limited to 'modules/auth/auth_form.go')
-rw-r--r--
modules/auth/auth_form.go
1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/auth/auth_form.go b/modules/auth/auth_form.go
index 087565be..83f8f4eb 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