diff options
author | multiple creatures <dev@multiple-creature.party> | 2020-01-14 14:23:03 -0600 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-01-14 14:23:03 -0600 |
commit | 0d211f31e95e6484fda6f6be39cd4cc64733aa26 (patch) | |
tree | cf69f48c254565a1507390fed80e54723f581d2b | |
parent | 8d32723567b83228998ec2733327b03b40c9a45b (diff) |
make the external login (ldap/pam/saml/etc) error informative for non-technical users
-rw-r--r-- | config/locales/en.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/en.yml b/config/locales/en.yml index fbb1dd44e..48dc7f286 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1152,7 +1152,7 @@ en: invalid_email: The e-mail address is invalid invalid_otp_token: Invalid two-factor code otp_lost_help_html: If you lost access to both, you may get in touch with %{email} - seamless_external_login: You are logged in via an external service, so password and e-mail settings are not available. + seamless_external_login: This Monsterfork server is using a single sign-on system, such as LDAP or SAML, to host your account. You will need to use your community or organization's account self-service tool to change your password and/or e-mail. Please contact your admin for this information. signed_in_as: 'Signed in as:' verification: explanation_html: 'You can <strong>verify yourself as the owner of the links in your profile metadata</strong>. For that, the linked website must contain a link back to your Monsterpit profile. The link back <strong>must</strong> have a <code>rel="me"</code> attribute. The text content of the link does not matter. Here is an example:' |