aboutsummaryrefslogtreecommitdiff
path: root/internal/form
diff options
context:
space:
mode:
Diffstat (limited to 'internal/form')
-rw-r--r--internal/form/user.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/form/user.go b/internal/form/user.go
index d8d73ca4..539dfd98 100644
--- a/internal/form/user.go
+++ b/internal/form/user.go
@@ -95,7 +95,6 @@ func (f *SignIn) Validate(ctx *macaron.Context, errs binding.Errors) binding.Err
type UpdateProfile struct {
Name string `binding:"Required;AlphaDashDot;MaxSize(35)"`
FullName string `binding:"MaxSize(100)"`
- Email string `binding:"Required;Email;MaxSize(254)"`
Website string `binding:"Url;MaxSize(100)"`
Location string `binding:"MaxSize(50)"`
}