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

wp-now: What is the difference between "login": true and the login step in blueprints.json #305

Open
lgersman opened this issue Jun 13, 2024 · 1 comment

Comments

@lgersman
Copy link

What is the difference between root property "login": true and the "login" step in blueprints.json ?

...
{
  "step": "login",
  "username": "admin",
  "password": "password"
},
...

vs

"login" : true

?

It seems one of them is obsolete, isn't it ?

@senadir
Copy link

senadir commented Jun 30, 2024

to my understanding, login: true is a shorthand for the first step, the first step might be useful if you want to login someone else (not admin:password).

Same with plugins shorthand.

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

2 participants