MediaWiki
REL1_41
ExemptFromAccountCreationThrottleHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Auth\Hook
;
4
12
interface
ExemptFromAccountCreationThrottleHook
{
21
public
function
onExemptFromAccountCreationThrottle
( $ip );
22
}
MediaWiki\Auth\Hook\ExemptFromAccountCreationThrottleHook
This is a hook handler interface, see docs/Hooks.md.
Definition
ExemptFromAccountCreationThrottleHook.php:12
MediaWiki\Auth\Hook\ExemptFromAccountCreationThrottleHook\onExemptFromAccountCreationThrottle
onExemptFromAccountCreationThrottle( $ip)
Use this hook to add an exemption from the account creation throttle.
MediaWiki\Auth\Hook
Definition
AuthManagerLoginAuthenticateAuditHook.php:3
includes
auth
Hook
ExemptFromAccountCreationThrottleHook.php
Generated on Wed Nov 27 2024 07:22:54 for MediaWiki by
1.10.0