From 4fb71d8d6cde37edfbb943d41e0a4a23784ae7f5 Mon Sep 17 00:00:00 2001 From: lfbrock Date: Thu, 2 Mar 2017 08:35:51 -0500 Subject: PLT-5261 Update MFA help text (#5590) * Update mfa_settings.jsx * Update mfa_settings.jsx * Update en.json --- webapp/components/admin_console/mfa_settings.jsx | 8 ++++---- webapp/i18n/en.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/webapp/components/admin_console/mfa_settings.jsx b/webapp/components/admin_console/mfa_settings.jsx index 5f38de04d..5a7e0076f 100644 --- a/webapp/components/admin_console/mfa_settings.jsx +++ b/webapp/components/admin_console/mfa_settings.jsx @@ -52,9 +52,9 @@ export default class MfaSettings extends AdminSettings {
-
@@ -69,7 +69,7 @@ export default class MfaSettings extends AdminSettings { helpText={ } value={this.state.enableMultifactorAuthentication} @@ -86,7 +86,7 @@ export default class MfaSettings extends AdminSettings { helpText={ } disabled={!this.state.enableMultifactorAuthentication} diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index cb8529c6b..cb4700315 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -533,7 +533,7 @@ "admin.metrics.listenAddressDesc": "The address the server will listen on to expose performance metrics.", "admin.metrics.listenAddressEx": "E.g.: \":8067\"", "admin.metrics.listenAddressTitle": "Listen Address:", - "admin.mfa.bannerDesc": "Multi-factor authentication is only available for accounts with LDAP and email login methods. If there are users on your system with other login methods, it is recommended you set up multi-factor authentication directly with the SSO or SAML provider.", + "admin.mfa.bannerDesc": "Multi-factor authentication is available for accounts with AD/LDAP or email login. If other login methods are used, MFA should be configured with the authentication provider.", "admin.mfa.cluster": "High", "admin.mfa.title": "Multi-factor Authentication", "admin.nav.help": "Help", @@ -693,7 +693,7 @@ "admin.service.developerDesc": "When true, JavaScript errors are shown in a red bar at the top of the user interface. Not recommended for use in production. ", "admin.service.developerTitle": "Enable Developer Mode: ", "admin.service.enforcMfaTitle": "Enforce Multi-factor Authentication:", - "admin.service.enforceMfaDesc": "When true, users on the system will be required to set up multi-factor authentication. Any logged in users will be redirected to the multi-factor authentication setup page until they successfully add MFA to their account.

It is recommended you turn on enforcement during non-peak hours, when people are less likely to be using the system. New users will be required to set up multi-factor authentication when they first sign up. After set up, users will not be able to remove multi-factor authentication unless enforcement is disabled.

Please note that multi-factor authentication is only available for accounts with LDAP and email login methods. Mattermost will not enforce multi-factor authentication for other login methods. If there are users on your system using other login methods, it is recommended you set up and enforce multi-factor authentication directly with the SSO or SAML provider.", + "admin.service.enforceMfaDesc": "When true, multi-factor authentication is required for login. New users will be required to configure MFA on signup. Logged in users without MFA configured are redirected to the MFA setup page until configuration is complete.

If your system has users with login methods other than AD/LDAP and email, MFA must be enforced with the authentication provider outside of Mattermost.", "admin.service.forward80To443": "Forward port 80 to 443:", "admin.service.forward80To443Description": "Forwards all insecure traffic from port 80 to secure port 443", "admin.service.googleDescription": "Set this key to enable the display of titles for embedded YouTube video previews. Without the key, YouTube previews will still be created based on hyperlinks appearing in messages or comments but they will not show the video title. View a Google Developers Tutorial for instructions on how to obtain a key.", @@ -710,7 +710,7 @@ "admin.service.listenAddress": "Listen Address:", "admin.service.listenDescription": "The address and port to which to bind and listen. Specifying \":8065\" will bind to all network interfaces. Specifying \"127.0.0.1:8065\" will only bind to the network interface having that IP address. If you choose a port of a lower level (called \"system ports\" or \"well-known ports\", in the range of 0-1023), you must have permissions to bind to that port. On Linux you can use: \"sudo setcap cap_net_bind_service=+ep ./bin/platform\" to allow Mattermost to bind to well-known ports.", "admin.service.listenExample": "E.g.: \":8065\"", - "admin.service.mfaDesc": "When true, users will be given the option to add multi-factor authentication to their account. They will need a smartphone and an authenticator app such as Google Authenticator.", + "admin.service.mfaDesc": "When true, users with AD/LDAP or email login can add multi-factor authentication to their account using Google Authenticator.", "admin.service.mfaTitle": "Enable Multi-factor Authentication:", "admin.service.mobileSessionDays": "Session length mobile (days):", "admin.service.mobileSessionDaysDesc": "The number of days from the last time a user entered their credentials to the expiry of the user's session. After changing this setting, the new session length will take effect after the next time the user enters their credentials.", -- cgit v1.2.3-1-g7c22