Posted on 08/04/2008 15:06:57
larsbb wrote:
Is there any way one can change the layout and text of the automated email, that gets sent out, after you enter your email-adress in the "Jeg har glemt mit password!" field. As it is right now, it is quite simpel, with only the user and password. I wouldnt mind to add some text as well. I have looked in the Templates/ExtranetExtended folder and thought for obvious reasons that it might have been EmailForgottenPassword.html, one could use, but when I make changes in it, it doesnt show in the email.
What to do?
//Lars
Hi Lars
Thats a good question. You can specify a template to use instead of the text mail:
In the login template place a hidden field with a reference to the template to use:
<
input name="ForgotPasswordMailTemplate" type="hidden" value"MailTemplate.html" />
Place template in /Files/Templates/Extranet/
available templatetags:
DWExtranetUsername
DWExtranetPassword
-->
Nice! Thanks a lot
Place template in /Files/Templates/Extranet/
available templatetags:
DWExtranetUsername
DWExtranetPassword
-->
In the login template place a hidden field with a reference to the template to use:
<