E-Commerce Configuration Guide : Site Configuration Settings : Guest Related Settings : GLAltLNameTxt
 
GLAltLNameTxt
Key value:
Password
Description:
The standard First Name/Last Name text prompts on GuestLookup.aspx can be overridden. The value from the key GLAltLNameTxt overrides the text from the <asp:label id="lblLastName" runat="server" text="Last Name"></asp:label> control.
 
Note: this siteconfig.config key can be used to override the text on the page whether or not you are using username/password guest lookups. Also, if you have these two keys in your siteconfig.config file and you set the value to blank, e.g., GLAltFNameTxt = "", no text is displayed for the prompts. Therefore it is best to either leave these out of your siteconfig.config file or comment them out rather than blanking them out if you are not going to use them.
 
To make the username/password guest lookup feature consistent with other forms of guest lookups, the I forgot my password link appears on the page if the entered username is associated with a guest but the password is incorrect. An Add Without Verification check box appears on the page when the product being sold allows a guest to be added without verification. This still requires the user to enter the Username of the guest being added, select the Add Without Verification check box and click the Look Me Up button, but no password is required.
Example:
GLAltLNameTxt = Password
See also:
GLAltFNameTxt
GLUserID