• Resolved Studi7

    (@studi7)


    Hi, I detect an error in forgot password link. This field in not set correctly in admin wplb. I can only change the text of forgot password, but I can not change the link.

    To solve it, I add this line at the plugin.php file:

    $options_panel->addText('passlink',array('name'=> 'Custom forgot your password Form link (leave empty if you do not have one, enter a full URL): '));

    roger.

    http://wordpress.org/extend/plugins/wp-login-box/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ziv

    (@ziv)

    Thanks for pointing this out!
    I setup the plugin to enable custom forgot your password links, but I forgot to add the option to do so. I will add the option in the next update.

    Cheers.

    yeaahh.. and then?

    I added the line to plugin.php file. But it’s still redirecting me to the WP Form.
    and added the link in the options then

    Thanks in advance 🙂

    Plugin Author Ziv

    (@ziv)

    @xiot Where in plugin.php did you place the line? I put it right after the following option and it worked fine:

    $options_panel->addText('ulogouttext',array('name'=> 'Custom logout link text (leave empty if you do not have one): '));

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error in forgot password link’ is closed to new replies.