LDAP Account Manager

login.php

Table of Contents

display_LoginPage()  : void
Displays the login window.
displayLoginHeader()  : void
Displays the header on the login page.

Functions

display_LoginPage()

Displays the login window.

display_LoginPage(LAMLicenseValidator|null $licenseValidator, string|null $error_message[, string|null $errorDetails = null ][, string|null $extraMessage = null ]) : void
Parameters
$licenseValidator : LAMLicenseValidator|null

license validator

$error_message : string|null

error message to display

$errorDetails : string|null = null

error details

$extraMessage : string|null = null

extra message that is shown as info

Tags
throws
LAMException

error rendering login page

Return values
void

displayLoginHeader()

Displays the header on the login page.

displayLoginHeader() : void
Return values
void

Search results