A SERVICE OF

logo

Appendix B, Gateway Directives Reference 103
Entry-Related Directives
DS_CONFIRM_NEWPASSWORD
Description
Displays an HTML password INPUT field. The gateway compares the value
supplied by the user in this field to the value in the DS_NEWPASSWORD field,
and only saves the new password value if the two match. This directive must
appear within a DS_ENTRYBEGIN...DS_ENTRY_END block.
Arguments
None.
DS_OLDPASSWORD
Description
Displays an HTML password field for the old password. This directive must
appear within a DS_ENTRYBEGIN...DS_ENTRY_END block.
Arguments
None.
DS_HELPBUTTON
Description
Displays a help button.
Arguments
topic=topic_name. causes the Netscape Help System to open the given topic
name.
Example
<!-- DS_HELPBUTTON "topic=MODIFYPASSWD" -->