UX: Update copy for site settings
This commit is contained in:
parent
879dca616d
commit
72d655bc44
|
@ -16,10 +16,10 @@ en:
|
|||
oauth2_user_json_url_method: 'Method used to fetch the user JSON URL'
|
||||
oauth2_json_user_id_path: 'Path in the OAuth2 User JSON to the user id. eg: user.id'
|
||||
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_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_json_name_path: "Path in the OAuth2 User JSON to the user's full. eg: user.name.full"
|
||||
oauth2_json_email_path: "Path in the OAuth2 User JSON to the user's email. eg: user.email"
|
||||
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"
|
||||
oauth2_json_avatar_path: "Path in the Oauth2 User JSON to the user's avatar. eg: 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"
|
||||
oauth2_send_auth_header: "Send the token as an HTTP Authorization header"
|
||||
|
|
Loading…
Reference in New Issue