Description
Function AfterSuccessfulLogin is executed on the login page after
username and password successfully verified.
Syntax
AfterSuccessfulLogin(username,password,data)
Arguments
username -
user-entered login name.
password -
user-entered password.
data - array with
existing user record in the login table. Access fields by
data("FieldName").
Applies to
Login
Recommended predefined actions
and sample events
Send a
simple email
Insert a record
into another table
Check to see if a
specific record exists
Display a
message on the Web page
Redirect to another
page
Save user data
in session variables
|