27 parent::__construct( $authManager );
28 $this->mName =
'RemoveCredentials';
32 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.