MediaWiki REL1_37
|
This is a hook handler interface, see docs/Hooks.md. More...
Public Member Functions | |
onExemptFromAccountCreationThrottle ( $ip) | |
Use this hook to add an exemption from the account creation throttle. | |
This is a hook handler interface, see docs/Hooks.md.
Use the hook name "ExemptFromAccountCreationThrottle" to register handlers implementing this interface.
Definition at line 12 of file ExemptFromAccountCreationThrottleHook.php.
MediaWiki\Auth\Hook\ExemptFromAccountCreationThrottleHook::onExemptFromAccountCreationThrottle | ( | $ip | ) |
Use this hook to add an exemption from the account creation throttle.
string | $ip | IP address of the user |
Implemented in MediaWiki\HookContainer\HookRunner.