WordPress / playground-tools

GNU General Public License v2.0
127 stars 38 forks source link

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

Open lgersman opened 2 weeks ago

lgersman commented 2 weeks ago

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 commented 1 day ago

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.