You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I hope someone can help me out with this as this is my final thing I need to nail to get my account setup on my WP site. I am trying to ensure that a user can set their password through the welcome email. I’ve installed the Ultimate Member Extended plugin and configured my php and welcome email to include the {set_password_link}.
<div style="padding: 10px 0 50px 0;text-align: center"><a href="{action_url}" style="background: #555555;color: #fff;padding: 12px 30px;text-decoration: none;border-radius: 3px;letter-spacing: 0.3px">{action_title}</a></div>
<div style="padding:20px">If you have any problems, please contact us at <a href="mailto:{admin_email}" style="color: #3ba1da;text-decoration: none">{admin_email}</a></div>
</div>
<div style="color: #999;padding: 20px 30px">
<div>Thank you!</div>
<div>The <a href="{site_url}" style="color: #3ba1da;text-decoration: none">{site_name}</a> Team</div>
</div>
`
Oddly enough the first button that has set password does not link to it, the second one with {action_url} used to (I had to delete all Ultimate Member data because I was getting this error "Invalid Class Name: UM_Extended_Set_Password\Core" after I switched on "Enable All Active") but no longer does as it brings me to the Forgot Password page with an invalid key to set the password.
I am probably missing something simple that I don’t even realize. I have a forgot password page that works great to reset a user’s password. I customized it but it is using the [ultimatemember_password] shortcode and I have that page ID set to the password reset page in Ultimate Member settings as well. If a user that has an account goes to forgot password and sends themselves a link to their email to reset their password, that link brings them back to the forgot password page and lets them reset it. So I’m not sure why that page can’t set the password as well with the shortcode.
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
Hi Everyone,
I hope someone can help me out with this as this is my final thing I need to nail to get my account setup on my WP site. I am trying to ensure that a user can set their password through the welcome email. I’ve installed the Ultimate Member Extended plugin and configured my php and welcome email to include the {set_password_link}.
Here are the instructions from Ultimate Member on how to configure a set password link in the welcome email: https://docs.ultimatemember.com/article/1928-triggering-the-set-your-password-link-in-the-welcome-email-with-all-import-pro
My welcome email, it is pretty much default outside of incorporating the the {set_password_link}.
`
Oddly enough the first button that has set password does not link to it, the second one with {action_url} used to (I had to delete all Ultimate Member data because I was getting this error "Invalid Class Name: UM_Extended_Set_Password\Core" after I switched on "Enable All Active") but no longer does as it brings me to the Forgot Password page with an invalid key to set the password.
I am probably missing something simple that I don’t even realize. I have a forgot password page that works great to reset a user’s password. I customized it but it is using the [ultimatemember_password] shortcode and I have that page ID set to the password reset page in Ultimate Member settings as well. If a user that has an account goes to forgot password and sends themselves a link to their email to reset their password, that link brings them back to the forgot password page and lets them reset it. So I’m not sure why that page can’t set the password as well with the shortcode.
Any help would be greatly appreciated!
The text was updated successfully, but these errors were encountered: