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
feat: GutenbergKit requires app password for self-hosted sites (#22194)
* feat: Gate GutenbergKit with app password
An application password is necessary for sites without a Jetpack
connection, otherwise REST API requests fail, as GutenbergKit does not
support cookie authentication.
* style: Disable return count warning
Postpone larger refactors as technical debt.
Copy file name to clipboardExpand all lines: WordPress/src/main/res/values/strings.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5061,6 +5061,7 @@ translators: %s: Select control option value e.g: "Auto, 25%". -->
5061
5061
<stringname="application_password_invalid_description">Your application password no longer exists. Please sign in again to create a new application password </string>
<stringname="application_password_required_description">Application passwords are a more secure way to connect to your self-hosted site, and enable support for features like %1$s.</string>
<stringname="application_password_required_description_default">Application passwords are a more secure way to connect to your self-hosted site, and enable new features support.</string>
<stringname="application_password_disable_feature_description">Disabling Application Password will remove the login for %1$s of your sites. You may need to re-add affected sites to login again.</string>
0 commit comments