Instructor Reset Password (inrepass.txt)
Allows you to customize the instructor reset password email message by adding a template called inrepass.txt to the same directory that contains your HTML template files (i.e. wconnect\ace).
Template Tags
##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])## |
##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 |