not_allowed()

public function not_allowed(): void

Description

Renders a "Access Temporarily Blocked" page when a user has exceeded the maximum number of login attempts. If the referring page was the login submission, a login link is provided.

Parameters

This method accepts no parameters.

Return Value

TypeDescription
voidOutput rendered via the view template.

Example Usage