WP-CLI tries to set a default password outside of WordPress Core's functionality
|
? wp_generate_password( 18 ) |
This is not smart, because it prevents WP from sending the auto-generated password in the welcome-mail.
If --admin_password="" is provided, it should be honored and passed to Core as such, WordPress it-self will generate a random password.