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 21: | Line 21: | ||
} | } | ||
protected function useCombinedLoginLink() { | |||
$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 = true; | |||
} | |||
|| $ | |||
edits