The Login Page Template

The login page refers to the screen that is displayed when users are required to provide login information.

LabelUserNameThe text of the user name prompt.
LabelPasswordThe text of the password prompt.
LabelInvalidLoginAny login failure text that may be displayed after a failed login attempt.
badIndicates a failed login attempt.
LabelLoginThe text of the login button.
fromThe URL of the page accessed prior to the login request.
 

The login page must contain a form that sends login information to the server. The information must be posted to a page called 'authenticate.aspx'. The following fields are required in the form: 

 •  USERNAME: The login name. 

 •  PASSWORD: The password, in plain text. 

 •  from: The URL-encoded value of the URL of the page accessed prior to the login request. 

If the login is successful, the response will redirect to the value of the 'from' parameter. If not then the login page will be returned with the error held in the LabelInvalidLogin value. 

Note : For security purposes, the website should employ SSL security so that passwords are not sent in plain text.


Next Topic:
v4.2.0.956 (beta)
Up Since 2/29/2024 12:02:23 AM