Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter theticus

    (@theticus)

    Hi All,
    Here is what I’ve found. It fixed the problem. But so far I’m not getting any input from the author. ??

    Check out this link which is on this forum.
    https://www.ads-software.com/support/topic/password-reset-box-not-displaying?replies=10

    You’ll have to edit this file. “resetpass-form.php” which is under
    /wp-content/plugins/theme-my-login/templates/

    Inside, look for the line below (on mine is line 19)

    <input type="password" d-reveal="1" data-pw="<?php echo esc_attr( wp_generate_password( 16 ) ); ?>" name="pass1" id="pass1" class="input" size="20" value="" autocomplete="off" aria-describedby="pass-strength-result" />

    Then edit the word “data-reveal” to “d-reveal” and save it and test it.

    Now password field shows up to change your password. Yey!
    No cache or blah blah to change or inspect etc.

    Apparently it conflicting with Zurb Foundation code [data-reveal]

    Hope this helps!

    Plugin Author Jeff Farthing

    (@jfarthing84)

    This may have been a recent change within WP core.

    theticus,
    Thank you! Had the same issue when using foundation base.

    I had the same problem and was looking for a solution since ages, thanks a lot !

    • This reply was modified 7 years, 5 months ago by Siosm.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Resetting password page’ is closed to new replies.