You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: config/locales/server.en.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ en:
22
22
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"
23
23
oauth2_json_avatar_path: "Path in the Oauth2 User JSON to the user's avatar. eg: user.avatar_url"
24
24
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."
26
26
oauth2_send_auth_header: "Send client credentials in an HTTP Authorization header"
27
27
oauth2_send_auth_body: "Send client credentials in the request body"
28
28
oauth2_debug_auth: "Include rich debugging information in your logs"
0 commit comments