The AntiSpoof extension is an extension for preventing confusable usernames from being created. It blocks the creation of accounts with mixed-script, confusing and similar usernames.
For example, if user John Doe is already registered, the extension will block attempts to register:
etc.
AntiSpoof
folder to your extensions/
directory.cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/AntiSpoof
composer install --no-dev
in the extension directory. (See T173141 for potential complications.)wfLoadExtension( 'AntiSpoof' );
$wgSharedTables[] = 'spoofuser';
batchAntiSpoof.php
script from the command line to pre-populate the spoofuser
table with your wiki's existing usernames.php maintenance/run.php AntiSpoof:batchAntiSpoof.php
When installing from
Git, please note that this extension requires
Composer.
So, after installation from Git change to the directory containing the extension e.g. "../extensions/AntiSpoof/" and run composer install --no-dev
, or when updating: composer update --no-dev
.
Alternatively as well as preferably add the line "extensions/AntiSpoof/composer.json"
to the composer.local.json
file in the root directory of your wiki like e.g.
{ "extra": { "merge-plugin": { "include": [ "extensions/AntiSpoof/composer.json" ] } } }
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4