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

Antoine "hashar" Musso <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|                            |FIXED

--- Comment #1 from Antoine "hashar" Musso <[email protected]> 2012-07-26 09:40:11 
UTC ---
CCing Erik since I have seen him try to create an account on labs.


The captcha were generated using a private key which was not filled in the beta
mediawiki configuration which caused ConfirmEdit to never match the user input
with the captcha that was shown.

I have set $wmgCaptchaSecret in common/wmf-config/PrivateSettings.php to some
random key. Then deleted all captcha from /mnt/upload/private/captcha and
regenerate the captcha by passing the key to captcha.py.


Command used to regenerate the captcha:

python php-master/extensions/ConfirmEdit/captcha.py \
  --wordlist=/usr/share/dict/words \
  --font=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf \
  --key=******* \
  --output=/mnt/upload/private/captcha \
  --count=1000 --dirs=3

Captcha log is in /home/wikipedia/logs/captcha.log :

2012-07-26 09:33:35 deployment-apache32 commonswiki: ConfirmEdit: passed; new
account 'HasharCaptcha3'

\O/

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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