Extension:OpenStackManager/Hooks/TwoFactorIsEnabled

TwoFactorIsEnabled
Available from version ???
Removed in version 1.35

Define function:
public static function onTwoFactorIsEnabled( &$isEnabled ) { ... }
Attach hook:
$wgHooks['TwoFactorIsEnabled'][] = 'MyExtensionHooks::onTwoFactorIsEnabled';
Called from:File(s): OpenStackManager / special/SpecialNova.php
Function(s): checkTwoFactor

For more information about attaching hooks, see Manual:Hooks .
For examples of other extensions using this hook, see Category:TwoFactorIsEnabled extensions.