mirror of
				https://github.com/pelican-eggs/eggs.git
				synced 2025-10-31 17:08:06 +00:00 
			
		
		
		
	enforce user to create min. 8 char secret
This commit is contained in:
		
							parent
							
								
									d89a95494e
								
							
						
					
					
						commit
						f87a17f0a5
					
				| @ -32,10 +32,10 @@ | ||||
|             "name": "SECRET", | ||||
|             "description": "Admin secret", | ||||
|             "env_variable": "SECRET", | ||||
|             "default_value": "secret", | ||||
|             "default_value": "", | ||||
|             "user_viewable": true, | ||||
|             "user_editable": true, | ||||
|             "rules": "required|string|min:1|max:255", | ||||
|             "rules": "required|string|min:8|max:255", | ||||
|             "field_type": "text" | ||||
|         }, | ||||
|         { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user