]> ToastFreeware Gitweb - toast/cookiecaptcha.git/blobdiff - ConfirmEdit.php
Localisation updates for extension messages from Betawiki (2008-09-10 19:07 CEST)
[toast/cookiecaptcha.git] / ConfirmEdit.php
index 828570355fb8893d0abe01c80909be247822f7cb..cbf889098e8489003cb6d14850e2cdb6fd7288a2 100644 (file)
@@ -150,12 +150,11 @@ global $ceAllowConfirmedEmail;
 $ceAllowConfirmedEmail = false;
 
 /** 
- * Number of bad login attempts allowed before triggering the captcha.
- * 
- * Default is 0.
+ * Number of bad login attempts before triggering the captcha.  0 means the
+ * captcha is presented on the first login.
  */
 global $wgCaptchaBadLoginAttempts;
-$wgCaptchaBadLoginAttempts = 0;
+$wgCaptchaBadLoginAttempts = 3;
 
 /**
  * Regex to whitelist URLs to known-good sites...