mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-10-31 17:08:06 +00:00 
			
		
		
		
	Removes unnecessary restrictions on username and password for Yarr egg
This commit is contained in:
		
							parent
							
								
									79d1d30ea7
								
							
						
					
					
						commit
						959c9af068
					
				| @ -35,7 +35,7 @@ | ||||
|             "default_value": "username", | ||||
|             "user_viewable": false, | ||||
|             "user_editable": true, | ||||
|             "rules": "required|string|max:20|alpha_dash", | ||||
|             "rules": "required|string|alpha_dash", | ||||
|             "field_type": "text" | ||||
|         }, | ||||
|         { | ||||
| @ -45,7 +45,7 @@ | ||||
|             "default_value": "password", | ||||
|             "user_viewable": false, | ||||
|             "user_editable": true, | ||||
|             "rules": "required|string|max:20|alpha_dash", | ||||
|             "rules": "required|string|alpha_dash", | ||||
|             "field_type": "text" | ||||
|         } | ||||
|     ] | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user