Skip to content

Kirby 4.2.0

$auth->isBlocked()

Check if logins are blocked for the current ip or email

$auth->isBlocked(string $email): bool

Parameters

Name Type Default
$email * string

Return type

bool

Parent class

Kirby\Cms\Auth