- This topic has 8 replies, 6 voices, and was last updated 11 years, 9 months ago by .
Viewing 9 posts - 1 through 9 (of 9 total)
Viewing 9 posts - 1 through 9 (of 9 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › Password Reset Function on a separate page
Hey folks,
Is there a way to have the password reset be directed to a page, instead of a popup?
Cheers
Open the “eMember_misc.php” file and search for the following line:
<td colspan="2">» <a id="forgot_pass" class="forgot_pass_link" href="javascript:void(0);"> <?php echo EMEMBER_FORGOT_PASS;?></a></td>
once you find it replace it with something like the following:
<td colspan="2">» <a href="example.com/forgot_pass.html"> <?php echo EMEMBER_FORGOT_PASS;?></a></td>
Obviously you will have to change the “example.com/forgot_pass.html” with the URL of the page that you want the member to be redirected to.
Hey amin007,
Many thanks that worked perfect.
Cheers
I’d like to do the same thing, but the current version of eMember doesn’t have an eMember_misc.php file. Has this been moved or renamed?
There is a build in option in the plugin to do this now. Please go to eMember settings -> Pages/Forms Settings and read the help text below the "Password Reset Page"
field. Then do what it says.
Hi, WP eMembers v8.5.6, i set up Password Reset Page as you wrote above, but the code for pop up is still in the code on every page.. and have a H2 tag and this is no good for SEO, is there a way to remove it?
The default method for password reset is via an overlay popup. If you want to use a separete page for password reset instead of the default overlay popup then create a page and use the [wp_eMember_password_reset] shortcode in that page. Specify the URL of that page in the above field.
So i set up.. [http://phirebase.com/join-us/password-reset/]
Can you check it?
Hi, I will look into it and get back to you.
Update: I sent an updated copy of eMember to you please check that out.
Thx for fast response, it’s fixed now..))