-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Brion Vibber wrote:
If there's problems, let us know.
The captcha now works for clients with cookies disabled; it can use the memcache infrastructure for storing captcha session information instead of the cookie-keyed general PHP session.
Logins still require cookies, but this will make the signup form a little more clear, and anons with disabled cookies will be able to add URLs to pages as long as they can pass the captcha.
You can enable this on a local installation by setting: $wgCaptchaStorageClass = 'CaptchaCacheStore';
(Caching has to be set up such that $wgMemc will be useful; a default install of MediaWiki would just send that data into a black hole. Memcache will work, APC/eAccelerator/etc might or might not.)
- -- brion vibber (brion @ pobox.com / brion @ wikimedia.org)