ideas icon indicating copy to clipboard operation
ideas copied to clipboard

Command to manage signups

Open johnbillion opened this issue 7 years ago • 2 comments

There is currently no command for managing user signups (in the wp_signups database table).

There is a package command for managing signups but I think this is something that might as well exist in WP-CLI, as signups are part of WordPress Multisite.

It would be handy to list, add, and remove signups.

johnbillion avatar May 22 '18 15:05 johnbillion

At the BuddyPress cli implementation, we did some work with signups. Maybe someone could "take the good bits" from it.

https://github.com/buddypress/wp-cli-buddypress/blob/master/components/signup.php

renatonascalves avatar May 22 '18 15:05 renatonascalves

Could this be of help? https://github.com/trepmal/wp-cli-unconfirmed-users

richardmorrison avatar Sep 14 '23 00:09 richardmorrison

Completed in https://github.com/wp-cli/entity-command/pull/489

ernilambar avatar Jun 10 '24 09:06 ernilambar