1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-01 17:38:33 +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