Revived API POST /api/v1/captcha.
Captcha validation has been adjusted.
This commit is contained in:
		@@ -2,6 +2,7 @@
 | 
			
		||||
 | 
			
		||||
return [
 | 
			
		||||
    'waiting_for_captcha_verification_in_seconds' => env('WAITING_FOR_CAPTCHA_VERIFICATION_IN_SECONDS', 900),
 | 
			
		||||
    'validate_max_count_errors' => env('CAPTCHA_VALIDATE_MAX_COUNT_ERRORS', 3),
 | 
			
		||||
    'imageClass' => \App\Captcha\Images\Image::class,
 | 
			
		||||
    'types' => [
 | 
			
		||||
        'string' => [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user