I was able to figure out all my issues and got it working. However, I have encountered another issue when trying to set up the pages for resetting the password.
My "Forgot Password" page (hidden link) is set to redirect to my "Reset Password" page (hidden link), but when I enter my email on that page and click submit, I get a return from WP that the website has experienced a critical error.
I am following these docs: https://toolset.com/lesson-placement/lesson-placements-1645837-1650571/
Should I open a new ticket for this or can you help?
Hello,
The "critical error" means there are PHP errors in your website, please follow our document to get the PHP debug logs:
https://toolset.com/documentation/programmer-reference/debugging-sites-built-with-toolset/#php-debugging
Thanks so much for steering me in the right direction. There was an older version of a plugin that needed to be updated and I guess that had an error in the PHP. After I updated the plugin, it resolved the issue.
My issue is resolved now. Thank you!
I spoke too soon for things being resolved. So now it redirects to the custom reset password page and sends an email with a link, but how do you fix it so that the link that is emailed doesn't allow them to log into the admin dashboard when they reset the password. Did I miss a step along the way somewhere?
This is what I have on my custom reset password page: {!{wpv-reset-password-form redirect_url='hidden link'}!}
But the link sent in an email redirects to the attached screenshot. Which then allows them to log in and see the admin dashboard. I don't want any of the exhibitors to be able to do that.
The screenshot you provided above, that is WP built-in reset password form, it is not from Toolset plugins.
https://toolset.com/wp-content/uploads/2020/11/1832745-Screenshot_2020_11_02_Reset_Password_Western_States_Horse_Expo_WordPress.png
In your case, you need to display the forget password form, like this:
[wpv-forgot-password-form reset_password_url="hidden link"]
So after user submit the forget password form, he will get an email, link to the URL hidden link
More help:
https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-forgot-password-form
Ah! Got it. Great. Thanks so much.
My issue is resolved now. Thank you!