From c1157c49a831b658b2546ea49bf1b5d00dcbc719 Mon Sep 17 00:00:00 2001 From: George Stephanis Date: Thu, 18 Sep 2025 10:09:21 -0400 Subject: [PATCH 1/3] Update blueprint path to pull from main branch instead of a deleted feature branch. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c47e0e5e..f4ce0549 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Two-Factor -[![Test](https://github.com/WordPress/two-factor/actions/workflows/test.yml/badge.svg)](https://github.com/WordPress/two-factor/actions/workflows/test.yml) [![Deploy](https://github.com/WordPress/two-factor/actions/workflows/deploy.yml/badge.svg)](https://github.com/WordPress/two-factor/actions/workflows/deploy.yml) [![WordPress Playground Demo](https://img.shields.io/wordpress/plugin/v/two-factor?logo=wordpress&logoColor=FFFFFF&label=Playground%20Demo&labelColor=3858E9&color=3858E9)](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/WordPress/two-factor/add-blueprint/assets/blueprints/blueprint.json) +[![Test](https://github.com/WordPress/two-factor/actions/workflows/test.yml/badge.svg)](https://github.com/WordPress/two-factor/actions/workflows/test.yml) [![Deploy](https://github.com/WordPress/two-factor/actions/workflows/deploy.yml/badge.svg)](https://github.com/WordPress/two-factor/actions/workflows/deploy.yml) [![WordPress Playground Demo](https://img.shields.io/wordpress/plugin/v/two-factor?logo=wordpress&logoColor=FFFFFF&label=Playground%20Demo&labelColor=3858E9&color=3858E9)](https://playground.wordpress.net/?blueprint-url=https://raw.githubusercontent.com/WordPress/two-factor/master/assets/blueprints/blueprint.json) Two-Factor plugin for WordPress. [View on WordPress.org →](https://wordpress.org/plugins/two-factor/) From e550270dca624d7ba55cc4cdd4f3e6e13887ddb5 Mon Sep 17 00:00:00 2001 From: George Stephanis Date: Thu, 18 Sep 2025 10:12:53 -0400 Subject: [PATCH 2/3] Password is deprecated and unnecessary. @link https://github.com/WordPress/wordpress-playground/pull/1856 --- assets/blueprints/blueprint.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/assets/blueprints/blueprint.json b/assets/blueprints/blueprint.json index 9fd45b9b..3b973e57 100644 --- a/assets/blueprints/blueprint.json +++ b/assets/blueprints/blueprint.json @@ -14,8 +14,7 @@ "steps": [ { "step": "login", - "username": "admin", - "password": "password" + "username": "admin" } ] } From d934427c1b73e5cf450c24f33c2b01cdbdcd13d5 Mon Sep 17 00:00:00 2001 From: George Stephanis Date: Thu, 18 Sep 2025 10:14:21 -0400 Subject: [PATCH 3/3] May as well start them out at the right section as well. --- assets/blueprints/blueprint.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/blueprints/blueprint.json b/assets/blueprints/blueprint.json index 3b973e57..59aa3c07 100644 --- a/assets/blueprints/blueprint.json +++ b/assets/blueprints/blueprint.json @@ -1,6 +1,6 @@ { "$schema": "https://playground.wordpress.net/blueprint-schema.json", - "landingPage": "/wp-admin/profile.php", + "landingPage": "/wp-admin/profile.php#application-passwords-section", "preferredVersions": { "php": "7.4", "wp": "latest"