• Resolved David

    (@edrifter)


    My Site membership is set to ‘Anyone can Register,’ but I still want the passwords to be automatically generated and emailed to the member.
    Any thoughts on How I can go about changing this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter David

    (@edrifter)

    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. ??

    Thread Starter David

    (@edrifter)

    belay my last. I created a clone site on a subdomain, turns out there is an authentication email… I did not know that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable User Selected Password-’ is closed to new replies.