Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

UX: Update name in admin plugins page #130

Merged
merged 1 commit into from
May 29, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions config/locales/client.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ en:
login:
oauth2_basic:
name: "OAuth 2"
admin:
site_settings:
categories:
discourse_oauth2_basic: "OAuth2 Login"