Websydian v6.1 online documentationOnline documentation - Websydian v6.1

Login Function

The Login Event Handler function is included in the WebLoginPage function.  The Login function calls the CheckPasswordAndUpdateTables service function which performs the password validation and the database processing associated to a successful login.

If the password validation in the CheckPasswordAndUpdateTables function succeeds, control is directed to the Page Generator function specified in the Call first page after login edit point.  If the validation fails, an Error Page is generated.

It is important to note that the password validation is case-sensitive.

Inheritance