Add recaptcha implementation #212
This commit is contained in:
@@ -105,6 +105,10 @@ return [
|
||||
'source_name' => [
|
||||
'required' => 'PIREP Source is required',
|
||||
],
|
||||
'g-recaptcha-response' => [
|
||||
'required' => 'Please verify that you are not a robot.',
|
||||
'captcha' => 'Captcha error! try again later or contact site admin.',
|
||||
],
|
||||
],
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user