From fcc8042054d77f2ca25e158449cdb67d15aea098 Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Thu, 29 May 2025 10:21:11 -0400 Subject: [PATCH] UX: Update admin settings plugin name From "Login" to "OAuth2 Login" so that it is easier to distinguish from the other login methods. --- README.md | 2 +- config/locales/client.en.yml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c8bf68..ee477dd 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Replace `DISCOURSE_HOST` with the appropriate value, and make sure you are using `https` if enabled. The OAuth2 provider should supply you with a client ID and secret, as well as a couple of URLs. -Visit your **Admin** > **Settings** > **Login** and fill in the basic +Visit your **Admin** > **Settings** > **OAuth2 Login** and fill in the basic configuration for the OAuth2 provider: - `oauth2_enabled` - check this off to enable the feature diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml index 7c25427..cf4e259 100644 --- a/config/locales/client.en.yml +++ b/config/locales/client.en.yml @@ -3,3 +3,7 @@ en: login: oauth2_basic: name: "OAuth 2" + admin: + site_settings: + categories: + discourse_oauth2_basic: "OAuth2 Login"