Reset Password (repass.txt)

Allows you to customize the default Reset Password email message by adding a template called repass.txt to the same directory that contains your HTML template files (i.e. wconnect\ace).

Template Tags

#NOHEADER# Suppresses the default header. Put your custom header after this tag.

##pcPassLink##

(you MUST include this expression on your custom repass.txt template)

 

Expression that creates the reset password link. You can use the STRTRAN() function to change the link text.

E.g. ('Click here to give yourself a new password' is the default link wording)

##strtran(pcPassLink,[Click here to give yourself a new password],[Click this link to set/reset your password])##

   

#NOFOOTER#

Suppresses the default footer. Put your custom footer after this tag.

##config.cSenderName##

Includes the Sender Name from the SenderName INI setting in the ACEweb.ini as part of the email signature.

##config.cHelpPhone##

Includes the Help Phone from the HelpPhone INI setting in the ACEweb.ini as part of the email signature.

##config.cSenderEmail##

Includes the Sender Email from the SenderEmail INI setting in the ACEweb.ini as part of the email signature.

##config.cSenderName##

Includes the Sender Name from the SenderName INI setting in the ACEweb.ini as part of the email signature.

##config.cWebregURL## Includes the url to the ACEweb home page from the WebRegURL INI setting in the 'Online Registration Home' link in the email signature

 

Related Topics Link IconRelated Topics