From 0d211f31e95e6484fda6f6be39cd4cc64733aa26 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Tue, 14 Jan 2020 14:23:03 -0600 Subject: make the external login (ldap/pam/saml/etc) error informative for non-technical users --- config/locales/en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/locales/en.yml') 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 verify yourself as the owner of the links in your profile metadata. For that, the linked website must contain a link back to your Monsterpit profile. The link back must have a rel="me" attribute. The text content of the link does not matter. Here is an example:' -- cgit