NAME
psa-bin/login.pl - Handle login requests
INPUT PARAMETERS
- u
-
The user-ID to attempt to login as.
- p
-
The password entered.
- ssl
-
The state of the SSL login tickbox (ignored)
DESCRIPTION
This script attempts to authenticate a login.
OUTPUT TEMPLATES AND VARIABLES
- Success: redirect to "briefcase.pl" in psa-bin
-
Upon success the request is redirected to the briefcase main page.
- Error: templates/login.html
-
If there is an error, this template is called.
Variables:
- err
-
A numeric error code
- error
-
An error message that may be presented to the user.
- q
-
The query parameters that were passed in.