Skip to content

WP-CLI overrides default WP password when no password is set #183

@tomsommer

Description

@tomsommer

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions