mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Allow 1 letter usernames
This commit is contained in:
		@@ -78,7 +78,6 @@ function initRegister() {
 | 
			
		||||
            rules: {
 | 
			
		||||
                "username": {
 | 
			
		||||
                    required: true,
 | 
			
		||||
                    minlength: 5,
 | 
			
		||||
                    maxlength: 30
 | 
			
		||||
                },
 | 
			
		||||
                "email": {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user