diff --git a/lib/modules/onboarding/settings/onboarding_page.php b/lib/modules/onboarding/settings/onboarding_page.php index 76dbd0ef2..b6ab74553 100644 --- a/lib/modules/onboarding/settings/onboarding_page.php +++ b/lib/modules/onboarding/settings/onboarding_page.php @@ -72,6 +72,11 @@ public function page() $acknowledgeHeadline = __('Onboarding Assistant 👋', 'podlove-podcasting-plugin-for-wordpress'); $acknowledgeDescription = __('To be able to offer you this service, we have to run the onboarding assistant on our external server. We have done everything in our power to make the service as privacy friendly as possible. We do not store any of your entered data, everything is saved in your browser 🤞. However, it is important to us that you are aware of this fact before you use the onboarding service.', 'podlove-podcasting-plugin-for-wordpress'); $acknowledgeButton = __('All right, I\'ve got it', 'podlove-podcasting-plugin-for-wordpress'); + $httpsWarningText = __('Warning: Your website is not configured to use https! This usually means that the authentication method the assistant uses is disabled by WordPress for security reasons. Please enable https before continuing.', 'podlove-podcasting-plugin-for-wordpress'); + + $httpsWarning = !wp_is_using_https() ? <<⚠️ {$httpsWarningText}

+ EOD : ''; echo <<