mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 09:31:53 +01:00 
			
		
		
		
	Merge pull request #1309 from stettberger/master
settings/password: no minimal required characters for OldPassword
This commit is contained in:
		
						commit
						d86c4841fa
					
				| @ -116,7 +116,7 @@ func (f *AddEmailForm) Validate(ctx *macaron.Context, errs binding.Errors) bindi | ||||
| } | ||||
| 
 | ||||
| type ChangePasswordForm struct { | ||||
| 	OldPassword string `form:"old_password" binding:"Required;MinSize(6);MaxSize(255)"` | ||||
| 	OldPassword string `form:"old_password" binding:"Required;MinSize(1);MaxSize(255)"` | ||||
| 	Password    string `form:"password" binding:"Required;MinSize(6);MaxSize(255)"` | ||||
| 	Retype      string `form:"retype"` | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user