aboutsummaryrefslogtreecommitdiff
path: root/modules/auth/auth_form.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-07-09 11:15:08 +0800
committerUnknwon <u@gogs.io>2015-07-09 11:15:08 +0800
commitb60fd3aaadc3e6ad227b663d599e073f1436fd1f (patch)
tree3aa7a1e26cd878c09a52078d5aa202489122f27c /modules/auth/auth_form.go
parent3be3b8faa7b1fa8fcac0bec49f2a37e861b4353d (diff)
parent4fca548ed11cefedcaa595be1c08625a9ae9f878 (diff)
Merge branch 'master' of github.com:gogits/gogs
Diffstat (limited to 'modules/auth/auth_form.go')
-rw-r--r--modules/auth/auth_form.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/auth/auth_form.go b/modules/auth/auth_form.go
index 7d459999..1102dc34 100644
--- a/modules/auth/auth_form.go
+++ b/modules/auth/auth_form.go
@@ -30,6 +30,7 @@ type AuthenticationForm struct {
SMTPPort int `form:"smtp_port"`
TLS bool `form:"tls"`
AllowAutoRegister bool `form:"allowautoregister"`
+ PAMServiceName string
}
func (f *AuthenticationForm) Validate(ctx *macaron.Context, errs binding.Errors) binding.Errors {