|
interface.inc.php - User Interface Functions
|
signInForm
Required Parameters: None
Optional Parameters: int $buttonWidth, int $buttonHeight, bool $remember
Returns: None
Description: This function prints out an HTML form to allow a user to sign into a Lampshade-based site. The $remember parameter controls whether or not a checkbox to automatically sign in the user the future will appear. It may be desirable to hide this checkbox in corporate environments where everyone has the same external IP address due to the use of a proxy server.
function signInForm($message = 'WELCOME', $action = '', $buttonWidth = 80, $buttonHeight = 20, $remember = TRUE)
|