Thread Starter
welsh10
(@welshlamb10)
Hi Jeff,
Heres a screenshot of the issue. I know you have not replied yet, but hopefully you will soon as I have many users who use the password reset.
Screenshot here: https://drive.google.com/file/d/0B61we44K_E2dUFZmZ0dJWkp4LXM/view?usp=sharing
(you can see the field to enter the new password is not displaying)
Thanks
Inspect with Chrome/Firefox inspector and see if/how/why it’s set to display: none;
Thread Starter
welsh10
(@welshlamb10)
Hi Jeff,
Thank you for getting back to me. Could you point me to which file I should look for in the plugin folder?
Thanks
Thread Starter
welsh10
(@welshlamb10)
I’m tempted to un-install and re-install TML. But wanted to check would I lose my settings such as the custom links set for each profile?
Thanks
Thread Starter
welsh10
(@welshlamb10)
Hi Jeff,
Ive found this, but can’t figure how to enable. For some reason its disabled.
<input type="password" name="pass2" id="pass2" class="input" size="20" value="" autocomplete="off" disabled="">
Hi,
I had similar problem yesterday and I was able to resolve it.
In resetpass-form.php the input field has data-reveal attribute:
<input type="password" data-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" />
The problem comes from the Zurb Foundation reveal plugin (WP-Forge theme) which uses same data attribute data-reveal to initialize the modal dialog
Thread Starter
welsh10
(@welshlamb10)
Hi shoshorov,
Thank you for helping out. What can I do to fix the issue. It appears we are using the same theme.
Thanks
Thread Starter
welsh10
(@welshlamb10)
Hi Shoshorov,
I fixed the issue by changing data-reveal to d-reveal.
Thanks for your help, your a great help!
Hi Jeff (Authour),
will you do the update on the plugin since this seems to have fixed the issue?
Thenks @shoshorov & @welshlamb10
Your contribution has solved my issue.
Thanks & Well done!
Wonderful!
Thanks @shoshorov & @welshlamb10
I too have been struggling with this issue, and am using WP-Forge as my theme.
This post along with this one gave me the tools I needed to fix it!
https://ww.wp.xz.cn/support/topic/resetting-password-page/
Perfect!
Punchbuggyblue – no punch backs!