Extension talk:ConfirmEdit
![]() Archives
|
---|
Flow cleanup bot exports |
LLMs solving Questy?
editHej! I didn't have any problems with spam registrations for years. Only recently spam registrations are flooding my two wiki projects. I used Questy with two wiki specific questions. I tested the questions with mistral.ai and it can solve these questions...
Does anybody have a good solution? I really don't want to confirm registrations - that is stealing my life time...
Kaffeeringe (talk) 13:55, 20 January 2025 (UTC)
- Same happened in my wiki in the last few days, unfortunately. The Extension Manual as been updated with this suggestion using dynamic Questions: https://www.thingelstad.com/2013/07/09/stopping-mediawiki-spam.html
- I haven't tried this yet, maybe this helps? UsualyWeJustSayPlease (talk) 19:03, 28 January 2025 (UTC)
Captcha for read access?
editHi, I know that ConfirmEdit, as the name suggests, is primarily concerned with editing, not read access, but what if you want Captcha, as I do, to put up a soft barrier against excessive bot activity and its negative impact on CPU and concurrent entry processes? They would still visit the site and sure, many would be able to crack challenges, but it would still save you a lot of much needed bandwidth. In my experience, scrapers, bots looking for vulnerabilities and what not have really become a plague these last few years, to the point that your .htaccess and robots.txt settings are not enough to offer the appropriate amount of protection.
If it is not the right job for ConfirmEdit (I suppose not), are there any extensions available that can do it and that maybe hook into ConfirmEdit? Rand(1,2022) (talk) 09:35, 25 February 2025 (UTC)
- Okay, I went ahead and created a rough version of such an extension myself. Rand(1,2022) (talk) 18:56, 2 March 2025 (UTC)
Class "Turnstile" Not Found on Mediawiki 1.43.0
editHello,
We recently updated (fresh-installed) our MediaWiki Installation to 1.43.0, but we're constantly encountering the following error:
&action=edit Error: Class "Turnstile" not found
Backtrace:
from /path/to/public_html/extensions/ConfirmEdit/includes/Hooks.php(78)
#0 /path/to/public_html/extensions/ConfirmEdit/includes/Hooks.php(148): MediaWiki\Extension\ConfirmEdit\Hooks::getInstance()
#1 /path/to/public_html/includes/HookContainer/HookContainer.php(159): MediaWiki\Extension\ConfirmEdit\Hooks->onEditPage__showEditForm_fields()
#2 /path/to/public_html/includes/HookContainer/HookRunner.php(1621): MediaWiki\HookContainer\HookContainer->run()
#3 /path/to/public_html/includes/editpage/EditPage.php(3067): MediaWiki\HookContainer\HookRunner->onEditPage__showEditForm_fields()
#4 /path/to/public_html/includes/editpage/EditPage.php(783): MediaWiki\EditPage\EditPage->showEditForm()
#5 /path/to/public_html/includes/actions/EditAction.php(66): MediaWiki\EditPage\EditPage->edit()
#6 /path/to/public_html/includes/actions/ActionEntryPoint.php(733): EditAction->show()
#7 /path/to/public_html/includes/actions/ActionEntryPoint.php(510): MediaWiki\Actions\ActionEntryPoint->performAction()
#8 /path/to/public_html/includes/actions/ActionEntryPoint.php(146): MediaWiki\Actions\ActionEntryPoint->performRequest()
#9 /path/to/public_html/includes/MediaWikiEntryPoint.php(200): MediaWiki\Actions\ActionEntryPoint->execute()
#10 /path/to/public_html/index.php(58): MediaWiki\MediaWikiEntryPoint->run()
#11 {main}
Is anyone getting a similar error?
Your help will be greatly appreciated! 173.198.71.102 01:10, 26 February 2025 (UTC)
- Our configuration is as is:
- wfLoadExtensions( array( 'ConfirmEdit', 'ConfirmEdit/Turnstile' ) );
- $wgCaptchaClass = 'Turnstile';
- $wgTurnstileSiteKey='';
- $wgTurnstileSecretKey= '';
- However, we are still getting this error even when we enable ReCaptchaNoCaptcha or SimpleCaptcha. 173.198.71.102 01:12, 26 February 2025 (UTC)