Generate Password Filter
If WooCommerce settings allow for creating accounts while checking out we, by default, will generate a password for users who don't have an account.
You can over ride this functionality in your child theme's functions.php file with the filter below.
add_filter( 'cfw_registration_generate_password', '__return_false' );