Skip to:
Content
Pages
Categories
Search
Top
Bottom

Why I can’t even remove confirm password?


  • ezekielloves
    Participant

    @ezekielloves

    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)

  • Henry Wright
    Moderator

    @henrywright

    There’s 2 parts to the registration form. The form markup and the processing script. You can’t remove the signup_password_confirm form field because the processing script will be expecting it.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar