Why I can’t even remove confirm password?
-
I am trying to customize the register form. I have followed the template hierarchy.
One of my attempts is to remove the confirm password box, as I want it to make it just one password box. Why is customizing a page so hard?
I have tried clearing the following code, but I still receive error when filling up sign up form
Please make sure you enter your password twice/** * Fires and displays any member registration password confirmation errors. * * @since 1.1.0 */ do_action( 'bp_signup_password_confirm_errors' ); ?> <input type="password" name="signup_password_confirm" id="signup_password_confirm" value="" class="password-entry-confirm" <?php bp_form_field_attributes( 'password' ); ?>/>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.