With permission unselected like description says it's supposed to show the captcha for every role, I deselected the permission for admin, but recaptcha is still not rendered on the forms.

Comments

vibrasphere’s picture

Title: Skip CAPTCHA permission not applying fro reCAPTCHA » Skip CAPTCHA permission not applying for reCAPTCHA
Liam Morland’s picture

If you switch the form to use the Math CAPTCHA, does that show up?

The permission also needs to be deselected for Authenticated User.

vibrasphere’s picture

Math captcha doesn't show up neither and permission is deselected for all roles.

Liam Morland’s picture

Title: Skip CAPTCHA permission not applying for reCAPTCHA » Skip CAPTCHA permission not working
Project: reCAPTCHA » CAPTCHA
Component: reCAPTCHA Captcha » Code

If Math CAPTCHA doesn't show up, then the problem is in the CAPTCHA module.

wundo’s picture

Category: Bug report » Support request
Status: Active » Closed (works as designed)

uid = 1 will always have skip captcha enabled, as user_access always returns true for uid 1.

Infinitee’s picture

I am still experiencing this problem with Drupal 7.43 & Captcha Version: 7.x-1.3 on many sites.

I have "Skip captcha" checked for authenticated, and admin.

Set to "image CAPTCHA"

I also, have captcha set to "Omit challenges on a form type once the user successfully responds to a challenge on a form of that type." and this is not working either. This has been happening for about a year.

Thanks,

PS I just noticed that this post is geared toward Version: 7.x-1.x-dev... Should I be using the development version?