1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-15 23:17:19 +00:00

finish new edit auth UI

This commit is contained in:
Unknwon
2015-09-11 12:03:08 -04:00
parent 0617448282
commit 121a81a2c5
21 changed files with 836 additions and 726 deletions

View File

@@ -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