User talk:Sethile: Difference between revisions

→‎QuestyCaptcha not working?: If you want all edits to require passing a captcha, change "false" to "true" in this line of ''nameofwiki/extensions/ConfirmEdit/ConfirmEdit.php'': :: $wgCaptchaTrigge
(→‎QuestyCaptcha not working?: If you want all edits to require passing a captcha, change "false" to "true" in this line of ''nameofwiki/extensions/ConfirmEdit/ConfirmEdit.php'': :: $wgCaptchaTrigge)
Line 40: Line 40:


:It may be I can tighten up my QuestyCaptcha settings to catch this new stuff too. Haven't had time to play with it much. --[[User:Sethile|sethile]] 16:20, 16 August 2011 (CDT)
:It may be I can tighten up my QuestyCaptcha settings to catch this new stuff too. Haven't had time to play with it much. --[[User:Sethile|sethile]] 16:20, 16 August 2011 (CDT)
::I've been reading the docs:
::* http://www.mediawiki.org/wiki/Extension:QuestyCaptcha
::* http://www.mediawiki.org/wiki/Extension:ConfirmEdit#QuestyCaptcha
::* http://www.mediawiki.org/wiki/ConfirmEdit_Test_Plan
::... and the comments in the source code.
::If you want all edits to require passing a captcha, change "false" to "true" in this line of ''nameofwiki/extensions/ConfirmEdit/ConfirmEdit.php'':
:: $wgCaptchaTriggers['edit']          = false; // Would check on every edit
::I was hoping to find a way to require only account creation and all edits by ''non-logged in'' users to pass a captcha.  Anyone who's made an account has already passed a captcha.  But that setting doesn't seem to exist.  You can make an exemption for logged in users who've confirmed their email address by setting this to ''true'' in ConfirmEdit.php:
:: $ceAllowConfirmedEmail = false;
::Thanks for the quick reply.  I think I'll go ahead and install Questy for my wiki. [[User:Ciaran|Ciaran]] 16:59, 16 August 2011 (CDT)
4

edits