UX: Update copy for email_verified_path setting
This commit is contained in:
parent
2079d46a4a
commit
8d9945040c
|
@ -18,7 +18,7 @@ en:
|
||||||
oauth2_json_username_path: 'Path in the OAuth2 User JSON to the username. eg: user.username'
|
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_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_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_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_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_overrides_email: "Override the Discourse email with the remote email on every login"
|
||||||
|
|
Loading…
Reference in New Issue