You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added the captcha components to my login/register pages but I can currently create a new profile or log into an existing one without the need to verify the captcha. There is a step in the documentation( https://tastyigniter.com/docs/extensions/frontend ) which states:
What happened?
I added the captcha components to my login/register pages but I can currently create a new profile or log into an existing one without the need to verify the captcha. There is a step in the documentation( https://tastyigniter.com/docs/extensions/frontend ) which states:
Add recaptcha to your rules
$validator = Validator::make(request()->all(), [
...
'g-recaptcha-response' => 'recaptcha',
]);
Print form errors
$errors = $validator->errors();
I am unable to find the correct place to add this piece. Would appreciate any ideas.
What did you expect to happen?
Couldn’t find the existing request made by the Validator in order to add the reCaptcha element validation
Version
3.x
What browser are you seeing the problem on?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: