You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is helpful for local dev, and is currently a manual process.
This is what we currently do:
if you update your local mu-plugins you will get the same syndication error that production had a few weeks ago. It will say something about your site being in staging mode.
To fix this you have to go into this file:
wp-mason/mu-plugins/vip-jetpack/jetpack-force-2fa/jetpack-force-2fa.php
and comment out this line:
https://github.com/Automattic/jetpack-force-2fa/blob/ef7a7b8edb6550aea4c0e5f0f47ef06cdea9ce32/jetpack-force-2fa.php#L16
You can now log in to your local site
After logging into your site you will need to go to:
Jetpack > Settings > Security > Single Sign On
and turn that off
You will need to do this for each site.
After doing this to each site you can uncomment that line again.
The text was updated successfully, but these errors were encountered:
This is helpful for local dev, and is currently a manual process.
This is what we currently do:
The text was updated successfully, but these errors were encountered: