Password field not validating after Billie update
-
After updating to “Billie” my re-enter password field no longer works on my site for new users to register. When trying to re-enter the password it only allows 1 character to be entered. Here’s the markup:
<div class="form-field"> <label> <?php _e( 'Password:', APP_TD ); ?></label> <input tabindex="3" type="password" class="text required" name="pass1" id="pass1" value="" autocomplete="off" /> </div> <!-- <div class="form-field"> <label> <?php /*_e( 'Password Again:', APP_TD ); */?> </label> <input tabindex="4" type="password" class="text required" name="pass2" id="pass2" value="" autocomplete="off" /> </div>-->
I had to comment out the “Password Again” field until I figure out how the update broke my registration form.
Thank you for any help!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Password field not validating after Billie update’ is closed to new replies.