Skip to Content
Menu
This question has been flagged
2 Replies
1991 Views

I enabled password recovery on the website. Now if I click password recovery a mail is being send, but the links is bad:

http://shop.mywebsite.ch/${object.signup_url}

The domain is ok, but the user's email address is not being transmitted... Any ideas?

Avatar
Discard
Best Answer

hello 

while you send the mail you have to pass only ${object.signup_url} into your mail template.

for eg.

<a href="${object.signup_url}">Change password</a>

you will get an email with link. try above line, i hope this will helps you.

Avatar
Discard
Author Best Answer

Thank you... I also found this discussion: https://www.odoo.com/de_DE/forum/hilfe-1/question/odoo-8-modifying-email-templates-not-parsing-variables-74503

This was exactly the problem! It's working now.

Avatar
Discard
Related Posts Replies Views Activity
9
Jun 23
11132
2
Jan 22
2736
2
Dec 21
6272
0
Jun 21
1007
0
Feb 21
1541