Remove ‘Confirm password’ field from registration form
-
I have looked through the documentation and could not see how to remove the ‘Confirm password’ field from the registration form. I tried the instructions in the ‘Removing Profile Fields’ documentation’, but this code did not work:
function remove_tml_profile_fields() {
tml_remove_form_field( ‘profile’, ‘pass2’ );
}
add_action( ‘init’, ‘remove_tml_profile_fields’ );Can you please advise how we can remove this and only have the user enter their password once?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Remove ‘Confirm password’ field from registration form’ is closed to new replies.