jenkins-bot has submitted this change and it was merged.

Change subject: Reduce size of FancyCaptcha input field
......................................................................


Reduce size of FancyCaptcha input field

Helps in some circumstances.
Bug: 47763

Change-Id: I29672b63d12cd380d7b00cad3449807da76e4188
---
M FancyCaptcha.class.php
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  Mattflaschen: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/FancyCaptcha.class.php b/FancyCaptcha.class.php
index b04ceb9..68cbb21 100644
--- a/FancyCaptcha.class.php
+++ b/FancyCaptcha.class.php
@@ -139,6 +139,7 @@
                                        'name' => 'wpCaptchaWord',
                                        'id'   => 'wpCaptchaWord',
                                        'type' => 'text',
+                                       'size' => '12',  // max_length in 
captcha.py plus fudge factor
                                        'autocorrect' => 'off',
                                        'autocapitalize' => 'off',
                                        'required' => 'required',

-- 
To view, visit https://gerrit.wikimedia.org/r/61161
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I29672b63d12cd380d7b00cad3449807da76e4188
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ConfirmEdit
Gerrit-Branch: master
Gerrit-Owner: Spage <[email protected]>
Gerrit-Reviewer: Brion VIBBER <[email protected]>
Gerrit-Reviewer: Lalei <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to