Forgot password link not working!!
-
Hi there,
Thank you for the awesome plugin, but Im havign a major issue with the forgot password not working at all.. its here:
https://www.softwaretestingnews.co.uk/videos/Ive changed it on forms.php mainly:
*/
$link = apply_filters( ‘wpmem_forgot_link’, wpmem_chk_qstr( WPMEM_MSURL ) . ‘a=pwdreset’ );
$str = __( ‘Forgot password?’, ‘wp-members’ ) . ‘ ‘ . __( ‘Click here to reset’, ‘wp-members’ ) . ‘‘;
$form = $form . $link_before . apply_filters( ‘wpmem_forgot_link_str’, $str ) . $link_after . $n;}
if ( ( WPMEM_REGURL != null ) && $action == ‘login’ )
But its still not working? Please can you let me know what the issue is and how to resolve it asap?
- The topic ‘Forgot password link not working!!’ is closed to new replies.