Home > Contents > Index >
CSUSER.AUTHENTICATE
Retrieves user information from the Transact database.
Syntax
<CSUSER.AUTHENTICATE NAME="csuser
"VARNAME
="booleanvar
"/>Parameters
NAME
(required)- Input parameter. Name of the csuser object.
VARNAME
(required)- Input parameter. A variable that holds a string representing boolean status:
true
- Buyer has been retrieved from Transact.false
- User could not be authenticated, or an error has occurred. Call CSUSER.GETERRORS to determine the problem.Description
A form is typically presented to the site visitor asking for an
accessName
andpassword
. Use a secure URL (https) with this form to guarantee the secrecy of the visitor's password.Both the
accessName
parameter and thepassword
parameter must be set within the csuser object to identify the user. This differs from lookup insofar as this tag provides a means of confirming that the buyer knows his password.The values supplied by the visitor are set in the csuser object with a call to either CSUSER.SETPARAMETER or CSUSER.SETPARAMETERS . If a call to CSUSER.AUTHENTICATE returns
true
, you then use theuserid
parameter in the csuser object to call VDM.SETCOMMERCEID .
Home > Contents > Index > ![]()
FatWire XML Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.