Habari\UserHandler::act_login PHP Method

act_login() public method

Either just display the login form; or check a user's credentials, and create a session for them; or handle a password reset request.
public act_login ( )
    public function act_login()
    {
        // Display the login form.
        $this->login_form();
    }