MediaWiki
master
AuthenticationAttemptThrottledHook.php
Go to the documentation of this file.
1
<?php
2
3
namespace
MediaWiki\Auth\Hook
;
4
12
interface
AuthenticationAttemptThrottledHook
{
25
public
function
onAuthenticationAttemptThrottled
(
string
$type, ?
string
$username, ?
string
$ip );
26
}
MediaWiki\Auth\Hook\AuthenticationAttemptThrottledHook
This is a hook handler interface, see docs/Hooks.md.
Definition
AuthenticationAttemptThrottledHook.php:12
MediaWiki\Auth\Hook\AuthenticationAttemptThrottledHook\onAuthenticationAttemptThrottled
onAuthenticationAttemptThrottled(string $type, ?string $username, ?string $ip)
This hook is called when a Throttler has throttled an authentication attempt.
MediaWiki\Auth\Hook
Definition
AuthenticationAttemptThrottledHook.php:3
includes
auth
Hook
AuthenticationAttemptThrottledHook.php
Generated on Tue Dec 10 2024 08:23:30 for MediaWiki by
1.10.0