Hey Jeff,
For reset password, is it possible we can make the input type be “password” instead of “text”?
So in the code, it’s actually got from console. You have two inputs. And the second one is the place where we type the password.
Is it possible to set the input type be ‘password’ instead?
Cuz I do not see the code for the second input in the resetpass-form template.
Just wonder how can I change it.
<div class="wp-pwd">
<span class="password-input-wrapper show-password">
<input type="password" data-reveal="1" data-pw="" name="pass1" id="pass1" class="input hide-if-no-js short" size="20" value="" autocomplete="off" aria-describedby="pass-strength-result">
<input type="text" id="pass1-text" name="pass1-text" autocomplete="off" class="input hide-if-no-js short">
</span>
<div id="pass-strength-result" class="hide-if-no-js short" aria-live="polite">Very weak</div>
</div>