FFL Wiki:FFL Wiki Main/Installed Extensions/ConfirmAccount
Jump to navigation
Jump to search
Installed to require users to request an account before they are allowed to edit this wiki
http://www.mediawiki.org/wiki/Extension:ConfirmAccount
- Version 1.15 installed
- Had to run ConfirmAccount.sql before running maintenance/update.php
- Applied the following config to LocalSettings.php
- $wgUseRealNamesOnly = false;
- Allow user to specify a username
- $wgConfirmAccountContact = "[email protected]";
- email address which account requests are sent to
- $wgAccountRequestMinWords = 0;
- Don't require users to write a biography
- $wgUseRealNamesOnly = false;
Note: This extension is pointless without disabling anonymous editing