Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v2.0 #22

Open
aaemnnosttv opened this issue Aug 26, 2017 · 5 comments
Open

v2.0 #22

aaemnnosttv opened this issue Aug 26, 2017 · 5 comments

Comments

@aaemnnosttv
Copy link
Owner

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 :)

  • Move all core functionality to the server plugin (no interface). This should make things a bit simpler implementation-wise and the CLI will be more of a "client" for using the plugin. This will also allow for programmatic creation of logins via your own plugin 🎉
  • Move magic login data to a custom table to allow for some new features that aren't possible with the current transient-based persistence.
  • Probably rewrite a bunch of stuff.
  • GitHub Updater?
  • Punch & pie.
@phlbnks
Copy link

phlbnks commented Sep 20, 2017

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
Copy link
Owner Author

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
Copy link

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
Copy link
Owner Author

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

@Kyzoe
Copy link

Kyzoe commented Aug 29, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants