UX: Update setting description for openid_connect_overrides_email (#28)
This commit is contained in:
parent
aa6a628687
commit
4319762a47
|
@ -12,7 +12,7 @@ en:
|
|||
openid_connect_allow_association_change: "Allow users to disconnect and reconnect their Discourse accounts from the OpenID Connect provider"
|
||||
openid_connect_verbose_logging: "Log detailed openid-connect authentication information to `/logs`. Keep this disabled during normal use."
|
||||
openid_connect_authorize_parameters: "URL parameters which will be included in the redirect from /auth/oidc to the IDP's authorize endpoint"
|
||||
openid_connect_overrides_email: "On every login, override the user's email using the openid-connect value"
|
||||
openid_connect_overrides_email: "On every login, override the user's email using the openid-connect value. Works the same as the `auth_overrides_email` setting, but is specific to OpenID Connect logins."
|
||||
openid_connect_claims: "Explicitly define the claims for use with providers that don't pass data back based on scopes. (JSON)"
|
||||
login:
|
||||
omniauth_error:
|
||||
|
|
Loading…
Reference in New Issue