Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I put to lostpassword page:

    <form name="lostpasswordform" id="lostpasswordform" action="https://zielone.info/wp-login.php?action=lostpassword" method="post">
    	<p>
    		<label for="user_login" >Nazwa u?ytkownika lub e-mail:<br />
    		<input type="text" name="user_login" id="user_login" class="input" value="" size="20" /></label>
    	</p>
    		<input type="hidden" name="redirect_to" value="" />
    	<p class="submit"><input type="submit" name="wp-submit" id="wp-submit" class="button button-primary button-large" value="Zdob?d? nowe has?o" /></p>
    </form>

    Then I create new one lostpassword-confirm page and put there:

    [theme-my-login]

    And change in wp-login.php

    $redirect_to = !empty( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : 'lostpassword-confirm/';

    and

    $redirect_to = !empty( $_POST['redirect_to'] ) ? $_POST['redirect_to'] : 'lostpassword-confirm/';

    Its’s stupid, but work

    I have this same problem…

    When I’m using TML – I get links [still this same]
    /resetpass/?key=%24P%24BTUgIuyL3EavV7zaAPJK2wzadgn80e%2F&login=

    When I turn off plugin i get different link:
    /wp-login.php?action=rp&key=Vduj7RK7r8YG4Koyy4fs&login=

Viewing 2 replies - 1 through 2 (of 2 total)