From fe1503d9e74cb7e8cd04aeb302747aa01745e5bb Mon Sep 17 00:00:00 2001 From: Jason Blais Date: Tue, 11 Oct 2016 08:44:46 -0400 Subject: Add text banner to SAML System Console settings (#4195) * Update saml_settings.jsx * Update en.json * Text tweak * Fix build error * Use classnames in saml_settings.jsx to fix build errors --- webapp/i18n/en.json | 1 + 1 file changed, 1 insertion(+) (limited to 'webapp/i18n/en.json') diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index 8f3800470..c43503f72 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -567,6 +567,7 @@ "admin.saml.assertionConsumerServiceURLDesc": "Enter https:///login/sso/saml. Make sure you use HTTP or HTTPS in your URL depending on your server configuration. This field is also known as the Assertion Consumer Service URL.", "admin.saml.assertionConsumerServiceURLEx": "E.g.: \"https:///login/sso/saml\"", "admin.saml.assertionConsumerServiceURLTitle": "Service Provider Login URL:", + "admin.saml.bannerDesc": "If a user attribute changes on the SAML server it will be updated the next time the user enters their credentials to log in to Mattermost. This includes if a user is made inactive or removed from a SAML Identity Provider. Remote logout with SAML servers is considered in a future release.", "admin.saml.emailAttrDesc": "The attribute in the SAML Assertion that will be used to populate the email addresses of users in Mattermost.", "admin.saml.emailAttrEx": "E.g.: \"Email\" or \"PrimaryEmail\"", "admin.saml.emailAttrTitle": "Email Attribute:", -- cgit v1.2.3-1-g7c22