Skip to content

Commit 4aa665f

Browse files
UX: Update setting description for oauth2_overrides_email (discourse#57)
1 parent cc359e1 commit 4aa665f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/locales/server.en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ en:
2222
oauth2_json_email_verified_path: "Path in the OAuth2 User JSON to the user's email verification state. eg: user.email.verified. oauth2_email_verified must be disabled for this setting to have any effect"
2323
oauth2_json_avatar_path: "Path in the Oauth2 User JSON to the user's avatar. eg: user.avatar_url"
2424
oauth2_email_verified: "Check this if the OAuth2 site has verified the email"
25-
oauth2_overrides_email: "Override the Discourse email with the remote email on every login"
25+
oauth2_overrides_email: "Override the Discourse email with the remote email on every login. Works the same as the `auth_overrides_email` setting, but is specific to OAuth2 logins."
2626
oauth2_send_auth_header: "Send client credentials in an HTTP Authorization header"
2727
oauth2_send_auth_body: "Send client credentials in the request body"
2828
oauth2_debug_auth: "Include rich debugging information in your logs"

0 commit comments

Comments
 (0)