diff options
Diffstat (limited to 'modules/auth/auth.go')
-rw-r--r-- | modules/auth/auth.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/auth/auth.go b/modules/auth/auth.go index 4587b3835b..eefb5ed6e3 100644 --- a/modules/auth/auth.go +++ b/modules/auth/auth.go @@ -27,6 +27,7 @@ type RegisterForm struct { Password string `form:"passwd" binding:"Required;MinSize(6);MaxSize(30)"` RetypePasswd string `form:"retypepasswd"` LoginType string `form:"logintype"` + LoginName string `form:"loginname"` } func (f *RegisterForm) Name(field string) string { |