Spage has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/61161


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ConfirmEdit 
refs/changes/61/61161/1

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: newchange
Gerrit-Change-Id: I29672b63d12cd380d7b00cad3449807da76e4188
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ConfirmEdit
Gerrit-Branch: master
Gerrit-Owner: Spage <[email protected]>

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

Reply via email to