FFL Wiki:FFL Wiki Main/Installed Extensions/ConfirmAccount

From FFL Wiki
Revision as of 05:11, 28 May 2010 by Phallus (talk | contribs) (Created page with '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…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Note: This extension is pointless without disabling anonymous editing