Skip to content

Conversation

@miguelpeixe
Copy link
Member

All Submissions:

Changes proposed in this Pull Request:

NPPM-2491

The notice about Jetpack enforcing 2FA for every user should be a warning rather than an error.

How to test the changes in this Pull Request:

  1. Go to Newspack -> Settings -> Connections and enable "Force two-factor authentication"
  2. Go to Jetpack -> Settings -> Security and toggle all options from the "WordPress.com login" section
image
  1. Back to the Newspack -> Settings -> Connections page, confirm you get the following notice:
image

Mind that if you first update the settings in Jetpack and later in Newspack, you'll not get the notice because activating our strategy will toggle off "Require accounts to use WordPress.com Two-Step Authentication"

Other information:

  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your changes, as applicable?
  • Have you successfully ran tests with your changes locally?

@miguelpeixe miguelpeixe self-assigned this Jan 7, 2026
@miguelpeixe miguelpeixe requested a review from a team as a code owner January 7, 2026 14:49
@miguelpeixe miguelpeixe added the [Status] Needs Review The issue or pull request needs to be reviewed label Jan 7, 2026
Copy link
Contributor

@dkoo dkoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

Non-blocking: should we add a link to the Jetpack settings page for convenience?

@github-actions github-actions bot added [Status] Approved The pull request has been reviewed and is ready to merge and removed [Status] Needs Review The issue or pull request needs to be reviewed labels Jan 7, 2026
@miguelpeixe
Copy link
Member Author

Good call! Added in 6c04517

image

@miguelpeixe miguelpeixe requested a review from dkoo January 8, 2026 17:11
Copy link
Contributor

@dkoo dkoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Thanks for the addition!

@miguelpeixe miguelpeixe merged commit e5e0643 into trunk Jan 8, 2026
8 checks passed
@miguelpeixe miguelpeixe deleted the fix/jetpack-sso-warning branch January 8, 2026 17:20
@github-actions
Copy link

github-actions bot commented Jan 8, 2026

Hey @miguelpeixe, good job getting this PR merged! 🎉

Now, the needs-changelog label has been added to it.

Please check if this PR needs to be included in the "Upcoming Changes" and "Release Notes" doc. If it doesn't, simply remove the label.

If it does, please add an entry to our shared document, with screenshots and testing instructions if applicable, then remove the label.

Thank you! ❤️

matticbot pushed a commit that referenced this pull request Jan 9, 2026
# [6.29.0-alpha.1](v6.28.0...v6.29.0-alpha.1) (2026-01-09)

### Bug Fixes

* add default reader meta ([#4360](#4360)) ([01564ad](01564ad))
* **ads:** placement control value reset ([#4375](#4375)) ([72d7b68](72d7b68))
* **autocomplete:** improve value parsing in AutocompleteTokenField and ListsControl components ([#4376](#4376)) ([84e388d](84e388d))
* clarify the media credit placeholder image's labelling ([#4352](#4352)) ([4420b65](4420b65))
* **content-gating:** stop running `restrict_post` after gate is rendered ([#4368](#4368)) ([8489a6c](8489a6c))
* fallback password reset URL ([#4382](#4382)) ([06d1503](06d1503))
* hide 'trashed' subscriptions from My Account ([#4351](#4351)) ([e759378](e759378))
* **my-account:** top position on desktop ([#4355](#4355)) ([1b3255a](1b3255a))
* prevent doubled URL in reader registration block magic link ([#4379](#4379)) ([ba4d855](ba4d855))
* remove newspack-ui CSS class from my account when not logged in ([#4384](#4384)) ([2bb8630](2bb8630))
* remove space if no time ([#4380](#4380)) ([05c57e9](05c57e9))
* select specific product for content gifting and countdown banners ([#4366](#4366)) ([809c230](809c230))
* **sso:** change Jetpack configuration notice from error to warning ([#4383](#4383)) ([e5e0643](e5e0643))
* **subscriptions:** remove actions from gifted subscription ([#4362](#4362)) ([8fbc243](8fbc243))
* **update-payment-notice:** don't render on checkout ([#4356](#4356)) ([dd80c06](dd80c06))

### Features

* Add Managed Nextdoor Auth ([#4359](#4359)) ([fee2480](fee2480))
* add media credits to RSS feeds ([#4357](#4357)) ([e638447](e638447))
* **content-gating:** add Content Gate settings page ([#4363](#4363)) ([822c363](822c363))
* **content-gating:** enable content rule exclusions ([#4346](#4346)) ([1e5718b](1e5718b))
* **content-gating:** update content gates UI ([#4345](#4345)) ([4e22075](4e22075))
* rename newsletter tracking ([#4358](#4358)) ([3da6434](3da6434))
* **web-preview:** add ESC key support and dynamic titles for segments and prompts ([#4294](#4294)) ([7238d2f](7238d2f))
@matticbot
Copy link
Contributor

🎉 This PR is included in version 6.29.0-alpha.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

matticbot pushed a commit that referenced this pull request Jan 19, 2026
# [6.29.0](v6.28.2...v6.29.0) (2026-01-19)

### Bug Fixes

* add default reader meta ([#4360](#4360)) ([01564ad](01564ad))
* **ads:** placement control value reset ([#4375](#4375)) ([72d7b68](72d7b68))
* **autocomplete:** improve value parsing in AutocompleteTokenField and ListsControl components ([#4376](#4376)) ([84e388d](84e388d))
* clarify the media credit placeholder image's labelling ([#4352](#4352)) ([4420b65](4420b65))
* **content-gating:** stop running `restrict_post` after gate is rendered ([#4368](#4368)) ([8489a6c](8489a6c))
* fallback password reset URL ([#4382](#4382)) ([06d1503](06d1503))
* hide 'trashed' subscriptions from My Account ([#4351](#4351)) ([e759378](e759378))
* **my-account:** top position on desktop ([#4355](#4355)) ([1b3255a](1b3255a))
* prevent doubled URL in reader registration block magic link ([#4379](#4379)) ([ba4d855](ba4d855))
* remove newspack-ui CSS class from my account when not logged in ([#4384](#4384)) ([2bb8630](2bb8630))
* remove space if no time ([#4380](#4380)) ([05c57e9](05c57e9))
* select specific product for content gifting and countdown banners ([#4366](#4366)) ([809c230](809c230))
* **sso:** change Jetpack configuration notice from error to warning ([#4383](#4383)) ([e5e0643](e5e0643))
* **subscriptions:** remove actions from gifted subscription ([#4362](#4362)) ([8fbc243](8fbc243))
* **update-payment-notice:** don't render on checkout ([#4356](#4356)) ([dd80c06](dd80c06))

### Features

* Add Managed Nextdoor Auth ([#4359](#4359)) ([fee2480](fee2480))
* add media credits to RSS feeds ([#4357](#4357)) ([e638447](e638447))
* **content-gating:** add Content Gate settings page ([#4363](#4363)) ([822c363](822c363))
* **content-gating:** enable content rule exclusions ([#4346](#4346)) ([1e5718b](1e5718b))
* **content-gating:** update content gates UI ([#4345](#4345)) ([4e22075](4e22075))
* rename newsletter tracking ([#4358](#4358)) ([3da6434](3da6434))
* **web-preview:** add ESC key support and dynamic titles for segments and prompts ([#4294](#4294)) ([7238d2f](7238d2f))
@matticbot
Copy link
Contributor

🎉 This PR is included in version 6.29.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

released on @alpha released [Status] Approved The pull request has been reviewed and is ready to merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants