0
edits
Welcome to Mariopedia! If you want to request an account, please do so at Mario Wiki or Fanonpedia.
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
font-family: 'Verdana', sans-serif; | font-family: 'Verdana', sans-serif; | ||
} | } | ||
{ | |||
$services = MediaWikiServices::getInstance(); | |||
$authManager = $services->getAuthManager(); | |||
$useCombinedLoginLink = $this->getConfig()->get( 'UseCombinedLoginLink' ); | |||
if ( !$authManager->canCreateAccounts() || !$authManager->canAuthenticateNow() ) { | |||
// don't show combined login/signup link if one of those is actually not available | |||
$useCombinedLoginLink = false; | |||
} |
edits