Missing Password Input Field for Resetting PW
-
When requesting to reset the password, the system sends an email with a link to reset the password, once the link is clicked it displays the reset password screen but the input field is hidden. I’ve been able to narrow it down to a css script under the label “.hide-if-no-js” within the auto generated file of “login.min.css” found within wp-admin. Apparently if it doesn’t detect java script it turns on “display: none” (box checked within inspection screen) and the input field doesn’t show up. If I inspect the page, go to the CSS section and remove the check from that variable, the field displays correctly. I have deactivated security related plugins used and the behavior continues. I use Loginizer & WPS Hide Login. I have deactivated each one as well as both to no effect. Why would java be unavailable and trigger the css code? What turns on the .hide-if-no-js script? I have reviewed similar posts but most deal with plugins I do not use.
- The topic ‘Missing Password Input Field for Resetting PW’ is closed to new replies.