mirror of
				https://codeberg.org/forgejo/forgejo.git
				synced 2025-10-28 13:01:04 +00:00 
			
		
		
		
	fix #1439
This commit is contained in:
		
					parent
					
						
							
								e6792796cc
							
						
					
				
			
			
				commit
				
					
						487fc8ca39
					
				
			
		
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -26,7 +26,7 @@ func (f *CreateOrgForm) Validate(ctx *macaron.Context, errs binding.Errors) bind | |||
| } | ||||
| 
 | ||||
| type UpdateOrgSettingForm struct { | ||||
| 	OrgUserName string `form:"uname" binding:"Required;MaxSize(35)"` | ||||
| 	OrgUserName string `form:"uname" binding:"Required;AlphaDashDot;MaxSize(30)" locale:"org.org_name_holder"` | ||||
| 	OrgFullName string `form:"fullname" binding:"MaxSize(100)"` | ||||
| 	Email       string `form:"email" binding:"Required;Email;MaxSize(50)"` | ||||
| 	Description string `form:"desc" binding:"MaxSize(255)"` | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue