Skip to content

Commit

Permalink
DEV: Update discourse_connect_overrides_ setting copy
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq committed Jul 16, 2021
1 parent 438a762 commit 50b3d77
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/locales/server.en.yml
Expand Up @@ -1699,11 +1699,11 @@ en:
auth_overrides_email: "Overrides local email with external site email on every login, and prevent local changes. Applies to all authentication providers. (WARNING: discrepancies can occur due to normalization of local emails)"
auth_overrides_username: "Overrides local username with external site username on every login, and prevent local changes. Applies to all authentication providers. (WARNING: discrepancies can occur due to differences in username length/requirements)"
auth_overrides_name: "Overrides local full name with external site full name on every login, and prevent local changes. Applies to all authentication providers."
discourse_connect_overrides_avatar: "Overrides user avatar with external site avatar from DiscourseConnect payload. If enabled, users will not be allowed to upload avatars on Discourse."
discourse_connect_overrides_location: "Overrides user location with external location from DiscourseConnect payload and prevent local changes."
discourse_connect_overrides_website: "Overrides user website with external location from DiscourseConnect payload and prevent local changes."
discourse_connect_overrides_profile_background: "Overrides user profile background with external site avatar from DiscourseConnect payload."
discourse_connect_overrides_card_background: "Overrides user card background with external site avatar from DiscourseConnect payload."
discourse_connect_overrides_avatar: "Overrides user avatar with value from DiscourseConnect payload. If enabled, users will not be allowed to upload avatars on Discourse."
discourse_connect_overrides_location: "Overrides user location with value from DiscourseConnect payload and prevent local changes."
discourse_connect_overrides_website: "Overrides user website with value from DiscourseConnect payload and prevent local changes."
discourse_connect_overrides_profile_background: "Overrides user profile background with value from DiscourseConnect payload."
discourse_connect_overrides_card_background: "Overrides user card background with value from DiscourseConnect payload."
discourse_connect_not_approved_url: "Redirect unapproved DiscourseConnect accounts to this URL"
discourse_connect_allows_all_return_paths: "Do not restrict the domain for return_paths provided by DiscourseConnect (by default return path must be on current site)"

Expand Down

0 comments on commit 50b3d77

Please sign in to comment.