You are here

function recaptcha_perm in reCAPTCHA 5.2

Same name and namespace in other branches
  1. 6.2 recaptcha.module \recaptcha_perm()
  2. 6 recaptcha.module \recaptcha_perm()

Valid permissions for this module

Return value

An array of valid permissions for the onthisdate module

File

./recaptcha.module, line 59
Uses the reCAPTCHA web service to improve the CAPTCHA system.

Code

function recaptcha_perm() {
  return array(
    'administer recaptcha',
  );
}