We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e4596 commit 6aeb9efCopy full SHA for 6aeb9ef
services/forms/user_form.go
@@ -85,7 +85,7 @@ func (f *InstallForm) Validate(req *http.Request, errs binding.Errors) binding.E
85
// RegisterForm form for registering
86
type RegisterForm struct {
87
UserName string `binding:"Required;AlphaDashDot;MaxSize(40)"`
88
- Email string `binding:"Required;Email;MaxSize(254)"`
+ Email string `binding:"Required;MaxSize(254)"`
89
Password string `binding:"MaxSize(255)"`
90
Retype string
91
GRecaptchaResponse string `form:"g-recaptcha-response"`
0 commit comments