Skip to:
Content
Pages
Categories
Search
Top
Bottom

Password Visibility on Registration Form, Divi Theme

Viewing 1 replies (of 1 total)

  • thinlizzie
    Participant

    @thinlizzie

    Hi,

    If you are using Buddypress Nouveau then the strong password suggestion can be disabled with this code.

    Add it to your functions.php file, or add it using the plugin Code Snippets.

    Hope it helps.

    
    add_action( 'bp_before_register_page', 'bp_page_signup_disable_random_password');
    function bp_page_signup_disable_random_password(){
      add_filter( 'random_password', '__return_empty_string' );
    }
    
    
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar