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
esc_html_e( 'Multiple user accounts have the same URL set. This is not permitted as this value is used by IndieAuth for login. Please resolve', 'indieauth' );
__( 'Your hosting provider allows authorization headers to pass so IndieAuth should work', 'indieauth' )
56
+
),
57
+
'actions' => '',
58
+
'test' => 'indieauth_headers',
59
+
);
60
+
61
+
if ( ! self::test_auth() ) {
62
+
$result['status'] = 'critical';
63
+
$result['label'] = __( 'Authorization Test Failed', 'indieauth' );
64
+
$result['description'] = sprintf(
65
+
'<p>%s</p>',
66
+
__( 'Authorization Headers are being blocked by your hosting provider. This will cause IndieAuth to fail.', 'indieauth' )
67
+
);
68
+
$result['actions'] = sprintf( '<a href="%1$s" >%2$s</a>', menu_page_url( 'indieauth', false ), __( 'Visit the Settings page for guidance on how to resolve.', 'indieauth' ) );
__( 'When you post something on the web, it should belong to you, not a corporation. Too many companies have gone out of business and lost all of their users’ data. By joining the IndieWeb, your content stays yours and in your control.', 'indieauth' ) .
__( 'Your articles and status messages can go to all services, not just one, allowing you to engage with everyone. Even replies and likes on other services can come back to your site so they’re all in one place.', 'indieauth' ) .
159
282
'</p>' .
160
283
'<p>
161
-
<strong>' . __( 'You are in control', 'indieauth' ) . '</strong><br />' .
284
+
<strong>' . __( 'You are in control', 'indieauth' ) . '</strong><br />' .
162
285
__( 'You can post anything you want, in any format you want, with no one monitoring you. In addition, you share simple readable links such as example.com/ideas. These links are permanent and will always work.', 'indieauth' ) .
0 commit comments