Test Page
Jump to navigation
Jump to search
Testing stuff...
Fixing account creation and editorial access in LocalSettings.php
## User Group Settings
$wgGroupPermissions['*']['edit'] = true;
$wgGroupPermissions['*']['createpage'] = false;
$wgGroupPermissions['*']['createaccount'] = false;
## Login Message
function efLoginFormMessage( &$template ) {
$template->set( 'header', "For an account to create articles, contact Sofya la Rus on Facebook or sofya at heraldshill dot org ");
return true;
}
$wgHooks['UserLoginForm'][]='efLoginFormMessage';