Hi!!
After a user login on my website, the ReCaptcha challenge is omitted by default.
The only user wit permission for Skip CAPTCHA is the Administrator, in CAPTCHA settings page the Persistence is set to always.

With math question I don't have this problem, the Captcha is always render.

If this shouldn't be considered a bug, can you add a permission to always force ReCaptcha challenge?

Thank you.

Comments

pedroden created an issue. See original summary.

hass’s picture

Project: reCAPTCHA » CAPTCHA
Version: 8.x-2.3 » 8.x-1.x-dev
Component: General » Code
Abhinaw’s picture

I'm using this code hope u could get thew solution

$form['cimage_captcha'] = [
'#type' => 'captcha',
'#captcha_type' => 'default',
];

anybody’s picture

Status: Active » Closed (cannot reproduce)