Upgrade chi to v5 (#17298)

This commit is contained in:
Lunny Xiao 2021-10-14 10:50:23 +08:00 committed by GitHub
parent bd14c40461
commit d47798ccc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 2692 additions and 132 deletions

View file

@ -85,7 +85,7 @@ func (f *InstallForm) Validate(req *http.Request, errs binding.Errors) binding.E
// RegisterForm form for registering
type RegisterForm struct {
UserName string `binding:"Required;AlphaDashDot;MaxSize(40)"`
Email string `binding:"Required;Email;MaxSize(254)"`
Email string `binding:"Required;MaxSize(254)"`
Password string `binding:"MaxSize(255)"`
Retype string
GRecaptchaResponse string `form:"g-recaptcha-response"`