hello,

is it possible to set a captcha for some users based on their ID ?

some users submit posts automatically on my website and I would like to still allow them to post but not any more with their bot to be sure that they post original content, so I would like to add a captcha for these few users only, and not for the full role.

Thanks a lot.

Comments

soxofaan’s picture

Status: Active » Closed (works as designed)

No,
CAPTCHA follows the common Drupal approach of associating permissions to user roles, and not to users directly

I would suggest to create a new role especially for these less trusted users,
that way you can not only configure their CAPTCHA permissions seperately from your more trusted users,
but you can also manage other permissions as well