Hello DNN,
I'd like to send an email to users i'm importing with a link to update/change their passwords that are randomly generated on import.
I've used the following URL to do this but the token doesn't get applied when the email comes in, it simply just shows the [token] in URL instead of replacing it with a value.
http://www.myurl.com/default.aspx?ctl=PasswordReset&resetToken=[Membership:PasswordResetToken]
Any particular reason why? It works fine when doing a "Forgot Password" reminder but not when I include that URL in a newsletter for example.
Thanks,
Alex