Last modified: 2013-11-20 10:01:23 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T58721, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 56721 - captcha on badlogin isn't working
captcha on badlogin isn't working
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
ConfirmEdit (CAPTCHA extension) (Other open bugs)
REL1_19-branch
All All
: Normal major with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-11-07 16:06 UTC by Mark A. Hershberger
Modified: 2013-11-20 10:01 UTC (History)
1 user (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Mark A. Hershberger 2013-11-07 16:06:11 UTC
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.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links