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)"` | ||||
|  |  | |||
|  | @ -16,7 +16,7 @@ | |||
|               {{.CsrfTokenHtml}} | ||||
|               <input type="hidden" name="action" value="update"> | ||||
|               <div class="field"> | ||||
|                 <label class="req" for="orgname">{{.i18n.Tr "username"}}</label> | ||||
|                 <label class="req" for="orgname">{{.i18n.Tr "org.org_name_holder"}}</label> | ||||
|                 <input class="ipt ipt-large ipt-radius {{if .Err_UserName}}ipt-error{{end}}" id="orgname" name="uname" value="{{.Org.Name}}" data-orgname="{{.Org.Name}}" required /> | ||||
|               </div> | ||||
|               <div class="white-popup-block mfp-hide" id="change-orgname-modal"> | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue