From c853342aeb8c8f93368b38defdf5b27de766f7cf Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Sun, 31 May 2015 23:05:49 -0700 Subject: [PATCH] stronger warning in SSO around validated emails --- config/locales/server.en.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index 069e21235c0..90c9e46a0d9 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -879,7 +879,6 @@ en: min_password_length: "Minimum password length." block_common_passwords: "Don't allow passwords that are in the 10,000 most common passwords." - enable_sso: "Enable single sign on via an external site (WARNING: can prevent anyone from logging in, INCLUDING YOU, if not properly configured when enabled! Also disables invites)" enable_sso_provider: "Implement Discourse SSO provider protocol at the /session/sso_provider endpoint, requires sso_secret to be set" sso_url: "URL of single sign on endpoint" sso_secret: "Secret string used to cryptographically authenticate SSO information, be sure it is 10 characters or longer"