https://bugzilla.wikimedia.org/show_bug.cgi?id=56721

       Web browser: ---
            Bug ID: 56721
           Summary: captcha on badlogin isn't working
           Product: MediaWiki extensions
           Version: REL1_19 branch
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: ConfirmEdit (CAPTCHA extension)
          Assignee: [email protected]
          Reporter: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

I have the following in my LocalSettings.php:

  require_once "$IP/extensions/ConfirmEdit/ConfirmEdit.php";
  require_once "$IP/extensions/ConfirmEdit/QuestyCaptcha.php";
  // question setup
  $wgCaptchaClass = 'QuestyCaptcha';
  $wgMainCacheType    = CACHE_ANYTHING;
  $wgCaptchaTriggers['edit']          = true;
  $wgCaptchaTriggers['create']        = true;
  $wgCaptchaTriggers['createtalk']    = true;
  $wgCaptchaTriggers['addurl']        = true;
  $wgCaptchaTriggers['createaccount'] = true;
  $wgCaptchaTriggers['badlogin']      = true;

Captchas work on page creation but not on bad login.  I can see badlogin being
checked in the debug log, but when I enter a bad password, I'm not prompted
with a captcha.

The docs seem to indicate that I should get a captcha:

  'badlogin' - triggered on the next login attempt after a failed one. Requires
  $wgMainCacheType to be set to something other than CACHE_NONE.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to