diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 855c20b..b48d008 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -18,7 +18,7 @@ en: oauth2_json_username_path: 'Path in the OAuth2 User JSON to the username. eg: user.username' oauth2_json_name_path: "Path in the OAuth2 User JSON to the user's full: user.name.full" oauth2_json_email_path: "Path in the OAuth2 User JSON to the user's email: user.email.primary" - oauth2_json_email_verified_path: "Path in the OAuth2 User JSON to the user's email verification state: user.email.verified" + oauth2_json_email_verified_path: "Path in the OAuth2 User JSON to the user's email verification state: user.email.verified. oauth2_email_verified must be disabled for this setting to have any effect" oauth2_json_avatar_path: "Path in the Oauth2 User JSON to the user's avatar: user.avatar_url" oauth2_email_verified: "Check this if the OAuth2 site has verified the email" oauth2_overrides_email: "Override the Discourse email with the remote email on every login"