mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 23:11:44 +08:00
UX: add instructions to update email when sso_overrides_email is enabled
This commit is contained in:
parent
9dbca41152
commit
0c01cb2cf3
|
@ -41,6 +41,9 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
<div class='instructions'>
|
<div class='instructions'>
|
||||||
|
{{#if siteSettings.sso_overrides_email}}
|
||||||
|
{{i18n 'user.email.sso_override_instructions'}}
|
||||||
|
{{/if}}
|
||||||
{{i18n 'user.email.instructions'}}
|
{{i18n 'user.email.instructions'}}
|
||||||
</div>
|
</div>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
|
|
@ -855,7 +855,8 @@ en:
|
||||||
primary: "Primary Email"
|
primary: "Primary Email"
|
||||||
secondary: "Secondary Emails"
|
secondary: "Secondary Emails"
|
||||||
no_secondary: "No secondary emails"
|
no_secondary: "No secondary emails"
|
||||||
instructions: "never shown to the public"
|
sso_override_instructions: "Email can be updated from SSO provider."
|
||||||
|
instructions: "Never shown to the public."
|
||||||
ok: "We will email you to confirm"
|
ok: "We will email you to confirm"
|
||||||
invalid: "Please enter a valid email address"
|
invalid: "Please enter a valid email address"
|
||||||
authenticated: "Your email has been authenticated by {{provider}}"
|
authenticated: "Your email has been authenticated by {{provider}}"
|
||||||
|
|
|
@ -410,6 +410,7 @@ login:
|
||||||
sso_overrides_email:
|
sso_overrides_email:
|
||||||
default: false
|
default: false
|
||||||
validator: "SsoOverridesEmailValidator"
|
validator: "SsoOverridesEmailValidator"
|
||||||
|
client: true
|
||||||
sso_overrides_username: false
|
sso_overrides_username: false
|
||||||
sso_overrides_name: false
|
sso_overrides_name: false
|
||||||
sso_overrides_avatar:
|
sso_overrides_avatar:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user