I should mention that I am using the default buddypress theme (latest)
After sifting through endless plugins, I tried deleting the following code from the themes registration page:
<label for="signup_password"><?php _e( 'Choose a Password', 'buddypress' ) ?> <?php _e( '(required)', 'buddypress' ) ?></label>
<?php do_action( 'bp_signup_password_errors' ) ?>
<input type="password" name="signup_password" id="signup_password" value="" />
<label for="signup_password_confirm"><?php _e( 'Confirm Password', 'buddypress' ) ?> <?php _e( '(required)', 'buddypress' ) ?></label>
<?php do_action( 'bp_signup_password_confirm_errors' ) ?>
<input type="password" name="signup_password_confirm" id="signup_password_confirm" value="" />
You don’t have to tell me “that won’t work” because I now know it doesn’t work. At least I know how to ‘cosmetically’ remove that option once its disabled. Hopefully I don’t break the entire site while I blindly chop code fished out with an FTP lure. Y’all can pipe in any time with some advice… please. ??