Closed (works as designed)
Project:
CAPTCHA
Version:
5.x-3.1
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2008 at 12:56 UTC
Updated:
18 Sep 2008 at 14:15 UTC
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
Comment #1
soxofaan commentedNo,
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