Reset Password Email generated incorrectly
-
I am using the default password reset form and email that came with UM.
When a user enters their email and sends a password reset email from https://domain.com/password-reset/
the email that is sent does not have the actual link to reset their password.
The button is visible etc, but is not a linkThe reset password email template includes the code:
<a style="background: #555555; color: #fff; padding: 12px 30px; text-decoration: none; border-radius: 3px; letter-spacing: 0.3px;" href="{password_reset_link}">Reset your password</a>
yet when the email arrives, the ‘shortcode’ {password_reset_link} hasn’t been changed to a link. In fact, it is missing entirelyWhen inspecting the email code, this is what is present for the Reset Password link:
<a style="background:#555555;color:#fff;padding:12px 30px;text-decoration:none;border-radius:3px;letter-spacing:0.3px">Reset your password</a>
The actual link is missing…Any ideas? Did I miss something glaringly obvious somewhere…?
The page I need help with: [log in to see the link]
- The topic ‘Reset Password Email generated incorrectly’ is closed to new replies.