Test Page

From Calontiri Wiki
Revision as of 17:57, 4 August 2018 by Sofya (talk | contribs)
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';