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).
The following template tags are used on the repass.txt template:
Tag | Description |
---|---|
NOHEADER | Suppresses the default header. Put your custom header after this tag. |
pcPassLink | Expression that creates the reset password link. You can use the STRTRAN() function to change the link text. |
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 |