summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2017-05-04 11:11:28 -0700
committerChristopher Speller <crspeller@gmail.com>2017-05-04 14:11:28 -0400
commit4f074fed0d653a28779ac586e418341232d43e95 (patch)
tree8598c8920f460a81f6fd2a8da05bfc86abc31e45 /webapp/i18n
parent152bc14fcb7c276fbf053c9f70921ad7f8180167 (diff)
downloadchat-4f074fed0d653a28779ac586e418341232d43e95.tar.gz
chat-4f074fed0d653a28779ac586e418341232d43e95.tar.bz2
chat-4f074fed0d653a28779ac586e418341232d43e95.zip
PLT-6444 switching SAML props to default true (#6330)
Diffstat (limited to 'webapp/i18n')
-rwxr-xr-xwebapp/i18n/en.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index e40aa647a..1ac5854ee 100755
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -628,7 +628,7 @@
"admin.saml.emailAttrTitle": "Email Attribute:",
"admin.saml.enableDescription": "When true, Mattermost allows login using SAML. Please see <a href='http://docs.mattermost.com/deployment/sso-saml.html' target='_blank'>documentation</a> to learn more about configuring SAML for Mattermost.",
"admin.saml.enableTitle": "Enable Login With SAML:",
- "admin.saml.encryptDescription": "When true, Mattermost will decrypt SAML Assertions encrypted with your Service Provider Public Certificate.",
+ "admin.saml.encryptDescription": "When false, Mattermost will not decrypt SAML Assertions encrypted with your Service Provider Public Certificate. Not recommended for production environments. For testing only.",
"admin.saml.encryptTitle": "Enable Encryption:",
"admin.saml.firstnameAttrDesc": "(Optional) The attribute in the SAML Assertion that will be used to populate the first name of users in Mattermost.",
"admin.saml.firstnameAttrEx": "E.g.: \"FirstName\"",
@@ -673,7 +673,7 @@
"admin.saml.usernameAttrDesc": "The attribute in the SAML Assertion that will be used to populate the username field in Mattermost.",
"admin.saml.usernameAttrEx": "E.g.: \"Username\"",
"admin.saml.usernameAttrTitle": "Username Attribute:",
- "admin.saml.verifyDescription": "When true, Mattermost verifies that the signature sent from the SAML Response matches the Service Provider Login URL",
+ "admin.saml.verifyDescription": "When false, Mattermost will not verify that the signature sent from a SAML Response matches the Service Provider Login URL. Not recommended for production environments. For testing only.",
"admin.saml.verifyTitle": "Verify Signature:",
"admin.save": "Save",
"admin.saving": "Saving Config...",