From d1c982cb731a0744e2a8e0863b46ff9e99c99b63 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Mon, 18 Mar 2019 22:28:10 -0400 Subject: Add bio field for user (#6113) Fix #4339 --- modules/auth/user_form.go | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/auth/user_form.go') diff --git a/modules/auth/user_form.go b/modules/auth/user_form.go index be0f9bf1bf..78dd75fa1d 100644 --- a/modules/auth/user_form.go +++ b/modules/auth/user_form.go @@ -201,6 +201,7 @@ type UpdateProfileForm struct { Website string `binding:"ValidUrl;MaxSize(255)"` Location string `binding:"MaxSize(50)"` Language string `binding:"Size(5)"` + Description string `binding:"MaxSize(255)"` } // Validate validates the fields -- cgit v1.2.3