Home > Contents > Index >
Template Tags TOC   |    Alpha TOC   |    Tag Family TOC   |    Purpose TOC   |    Annotated TOC   |    Index 

 

csuser:authenticate

Looks up and retrieves a user information from the Transact database.

Syntax

Parameters

name (required)
Input parameter. Name of the csuser object.

varname (required)
Input parameter. A variable that holds a string representing boolean status:

Description

Typically, a form is presented to the site visitor asking for an accessName and password. Be sure to use a secure URL (https) with this form to guarantee the secrecy of the visitor's password.

Both the accessName parameter and the password 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 the userid parameter in the csuser object to call vdm:setcommerceid.

  Home > Contents > Index >

FatWire JSP Tag Reference
Copyright 2005,2006,2007 by FatWire Software
All rights reserved.