This question may be related to a resolved thread.
Hi,
I’m trying to send a ‘change password’ link to all members. I tried using tags like {email}, but they do’t get parsed. Can someone tell me what i’m doing wrong?
Kind regards,
Michel
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
November 18, 2010 6:16am
Subscribe [3]#1 / Nov 18, 2010 6:16am
This question may be related to a resolved thread.
Hi,
I’m trying to send a ‘change password’ link to all members. I tried using tags like {email}, but they do’t get parsed. Can someone tell me what i’m doing wrong?
Kind regards,
Michel
#2 / Nov 18, 2010 3:47pm
What version and build of EE are you using? Is that mail sent via the Communicate tab, or how exactly?
#3 / Nov 19, 2010 3:57am
Hi Ingmar,
I’m using 1.6.8 (20091201), maybe a bit old, I guess 😊, but still.
I’m indeed using the communicate tab.
Thx,
M
#4 / Nov 19, 2010 3:34pm
I tested with a more recent version of EE1.x, but even then, email isn’t a field that is parsed. I’m not certain it’s supposed to be..
#5 / Nov 29, 2010 5:19am
Hi,
can’t find out how this works. I need to send a list of members the link to reset/change their auto-generated pwd. Which url should I use for that? I tried {reset_url} but that doesn’t seem to be parsed either.
Can you help me out, please?
Kind regards,
Michel
#6 / Nov 29, 2010 7:32am
Hi, webnology. What I’d do is create a stand alone page with the following code snippet, or create a link with:
<a href="http://{path=member/forgot_password}">Change your password?</a>You’d put in the full path to your member/forgot_password section on your site.
Does that help?