From 3b85b60d33e08a9dbfd2ad837c2e735bf85654d7 Mon Sep 17 00:00:00 2001 From: Derek Rushforth Date: Wed, 1 Oct 2025 09:33:32 -0700 Subject: [PATCH] UX: Update Discourse ID setting description (#35094) --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 6155231fdde..ce081f680ce 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -2000,7 +2000,7 @@ en: enable_local_logins_via_email: "Allow users to request a one-click login link to be sent to them via email." allow_new_registrations: "Allow new user registrations. Uncheck this to prevent anyone from creating a new account." enable_signup_cta: "Show a notice to returning anonymous users prompting them to sign up for an account." - enable_discourse_id: "Enable authentication via Discourse ID, a single sign-on service that allows users to log in to multiple Discourse sites using a single account. Common social login providers like Google, Facebook, and Twitter are supported without additional configuration. See id.discourse.com for more details." + enable_discourse_id: "Enable authentication via Discourse ID, a single sign-on service that allows users to log in to multiple Discourse sites using a single account. Common social login providers like Google, Facebook, Apple, and Github are supported without additional configuration. See id.discourse.com for more details." enable_google_oauth2_logins: "Enable Google Oauth2 authentication. This is the method of authentication that Google currently supports. Requires key and secret. See Configuring Google login for Discourse." google_oauth2_client_id: "The unique client ID provided by your Google application, used for the authentication process."