Tips and Tricks HQ Support Portal › Forums › WP eMember › Password Reset Function on a separate page
- This topic has 8 replies, 6 voices, and was last updated 12 years, 8 months ago by
phirebase.
-
AuthorPosts
-
May 21, 2010 at 6:59 pm #1240
zenji
MemberHey folks,
Is there a way to have the password reset be directed to a page, instead of a popup?
Cheers
May 22, 2010 at 2:55 am #20843amin007
ParticipantOpen 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.
May 23, 2010 at 3:57 am #20844zenji
MemberHey amin007,
Many thanks that worked perfect.

Cheers
July 31, 2012 at 7:58 pm #20845friendsjournal
MemberI’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?
August 1, 2012 at 3:24 am #20846admin
KeymasterThere 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.February 21, 2013 at 11:58 pm #20847phirebase
MemberHi, 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?
February 22, 2013 at 2:15 pm #20848phirebase
MemberThe 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?
February 22, 2013 at 11:06 pm #20849wpCommerce
ModeratorHi, I will look into it and get back to you.
Update: I sent an updated copy of eMember to you please check that out.
February 23, 2013 at 1:09 pm #20850phirebase
MemberThx for fast response, it’s fixed now..))
-
AuthorPosts
- You must be logged in to reply to this topic.