aaemnnosttv / wp-cli-login-command

Log in to WordPress with secure passwordless magic links.
https://aaemnnost.tv/wp-cli-commands/login/
MIT License
294 stars 47 forks source link

v2.0 #22

Open aaemnnosttv opened 6 years ago

aaemnnosttv commented 6 years ago

Hey guys, I'm planning to start on v2 of the login command here pretty soon.

I've got a few ideas for it, and any feedback or requests are welcome :)

phlbnks commented 6 years ago

First point in particular sounds great!

Moonshot for me would be workflow to make a user reset their password, maybe just a --redirect option that can be passed to send them on to a specific destination.

aaemnnosttv commented 6 years ago

Yeah, I've thought about adding a --redirect flag.

It's already somewhat possible using the wp_cli_login/login_redirect filter, but that does not allow for configuration at the command line, so you would have to figure that implementation out.

Thanks for the feedback!

austinginder commented 6 years ago

Would it be possible to package up as a must-use plugin? I'd really like to use wp login on a wide range of sites I manage without the user's seeing/asking why there is a plugin called "WP CLI Login Command Server". That would also remove the need to install via a wp-cli package. I could simply batch upload some supporting files to the mu-plugins folder and then use the cli commands.

aaemnnosttv commented 6 years ago

Yeah, this is something that has come up before (#14) and is something that should be supported 👍

Kyzoe commented 11 months ago

A updater would be awesome, it would be very convenient.