From f0bdca87d841a0b89d7337fd2351199ccfec378d Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sat, 28 Apr 2018 23:27:16 -0700 Subject: [PATCH] improve help copy on enable local logins --- config/locales/server.en.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index a98ebe93d25..2c7a9536e76 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -1219,7 +1219,7 @@ en: sso_not_approved_url: "Redirect unapproved SSO accounts to this URL" sso_allows_all_return_paths: "Do not restrict the domain for return_paths provided by SSO (by default return path must be on current site)" - enable_local_logins: "Enable local username and password login based accounts. (Note: this must be enabled for invites to work)" + enable_local_logins: "Enable local username and password login based accounts. This must be enabled for invites to work. WARNING: if disabled, you may be unable to log in if you have not previously configured at least one alternate login method." enable_local_logins_via_email: "Allow users to request a one-click login link to be sent to them via email." allow_new_registrations: "Allow new user registrations. Uncheck this to prevent anyone from creating a new account." enable_signup_cta: "Show a notice to returning anonymous users prompting them to sign up for an account."