not_allowed()
public function not_allowed(): void
Description
Displays an access denied page for users who have exceeded the maximum number of allowed login attempts. The block duration is configured in config/login.php via the block_duration setting (default: 900 seconds).
Parameters
This method takes no parameters.
Return Value
| Type | Description |
|---|---|
| void | Renders the access denied view. |