I've just installed the captcha module 7.x-1.0-beta2 and captcha after. But there is no tab in my menu to get to permissions for captcha-after as it says there should be in the README file. See the attached images. Trying to navigate directly to http://wholebox.php5.demo.faelix.net/admin/config/people/captcha/captcha... just takes me to the general captcha page.

Comments

pivica’s picture

Just tried fresh Drupal 7.18, captcha 7.x-1.0-beta2 and captca_after 7.x-1.1 and everything works OK, i can see 'CAPTCHA After' tab on admin/config/people/captcha.

Did you tried to clear menu cache?

pivica’s picture

Status: Active » Postponed (maintainer needs more info)
jcl324’s picture

Issue summary: View changes

Drupal 7.54, Captcha 1.4, Captcha After 1.1. Here is the problem in captcha_after.module, Line 15, too many captchas in the path, it would never show.

  $items['admin/config/people/captcha/captcha/after'] = array(

Should be:

  $items['admin/config/people/captcha/after'] = array(
jcl324’s picture

Status: Postponed (maintainer needs more info) » Active