User talk:Evan Prodromou

From mediawiki.org
Latest comment: 12 years ago by Choshi in topic Captcha Features for Extension:Form

issues with existing accounts[edit]

hi ii want to know what happen with users already with an account? how does openid benefit.

unless openid is just to login but not registration so you still need to open an account the regular way.

Yes, you can use it just to log in, or to register. The benefit is not having to remember different passwords for different sites. --EvanProdromou 14:04, 15 December 2008 (UTC)Reply

Extension:Form[edit]

Awesome extension! Keep up the good work! Best regards, Chernobyl 23:03, 15 September 2009 (UTC)Reply

Need some help with Extension:Description[edit]

Thanks for your help. (further information in the extension discussion page). --Tango granada 02:01, 1 October 2009 (UTC)Reply

Testing current state of OpenID extension[edit]

Evan, do you have a spare moment to take a look at Extension:OpenID, test the latest version, and report any bugs? I'd very much appreciate it. Thanks! Sumanah 16:41, 21 July 2011 (UTC)Reply

Captcha Features for Extension:Form[edit]

Is it possible to edit the extension so it uses other captcha methods as well, in addition to ReCaptcha? RC is a bit difficult at times. If the form could detect the captcha that is being used on the site in other locations (ConfirmEdit, which is now included in a MW download by default), and use that same method, that would be awesome. This way the same captcha chosen by the admin will used for all purposes. That detection could be done by detecting the value of the variable $wgCaptchaClass. This is how that variable is set:

$wgCaptchaClass = 'QuestyCaptcha';

I spent my whole day trying to make this happen but I was not able to understand what was going on. I can do basic PHP stuff but thats it. This is a bit advanced for me.

Also I wonder if the functions in "includes/HTMLForm.php" should be used instead of the current methods (for security and compatability reasons). --Choshi 04:00, 18 December 2011 (UTC)Reply