25 parent::__construct( $authManager, $sessionManager );
26 $this->mName =
'RemoveCredentials';
31 return AuthManager::ACTION_REMOVE;
44class_alias( SpecialRemoveCredentials::class,
'SpecialRemoveCredentials' );
A class containing constants representing the names of configuration variables.
const RemoveCredentialsBlacklist
Name constant for the RemoveCredentialsBlacklist setting, for use with Config::get()
string $subPage
Subpage of the special page.
getConfig()
Shortcut to get main config object.