UX: Update admin settings plugin name (#130)

From "Login" to "OAuth2 Login" so that it is easier to distinguish from
the other login methods.
This commit is contained in:
Penar Musaraj 2025-05-29 11:23:19 -04:00 committed by GitHub
parent 0bcb1eb9a9
commit aad8ef2fd2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -3,3 +3,7 @@ en:
login:
oauth2_basic:
name: "OAuth 2"
admin:
site_settings:
categories:
discourse_oauth2_basic: "OAuth2 Login"