1
0
Fork 0
forked from forgejo/forgejo
This commit is contained in:
Unknown 2014-05-01 08:26:41 -04:00
parent d0ea4c7b68
commit 89c99167b2
5 changed files with 11 additions and 0 deletions

View file

@ -75,6 +75,7 @@ type FeedsForm struct {
type UpdateProfileForm struct {
UserName string `form:"username" binding:"Required;AlphaDash;MaxSize(30)"`
FullName string `form:"fullname" binding:"MaxSize(40)"`
Email string `form:"email" binding:"Required;Email;MaxSize(50)"`
Website string `form:"website" binding:"MaxSize(50)"`
Location string `form:"location" binding:"MaxSize(50)"`