summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/mfa_settings.jsx
diff options
context:
space:
mode:
authorlfbrock <lfbrock@users.noreply.github.com>2017-01-06 08:54:45 -0500
committerJoram Wilander <jwawilander@gmail.com>2017-01-06 08:54:45 -0500
commit599869b3caf5344273ac6fd9f2563e819e45f20b (patch)
treedc71318f6ff997ca884f15f95ca6e8372d0016d4 /webapp/components/admin_console/mfa_settings.jsx
parent96697c8cf7561e28010f9df49d208bd79673dfcf (diff)
downloadchat-599869b3caf5344273ac6fd9f2563e819e45f20b.tar.gz
chat-599869b3caf5344273ac6fd9f2563e819e45f20b.tar.bz2
chat-599869b3caf5344273ac6fd9f2563e819e45f20b.zip
Update MFA help text doc link (#4969)
* Update mfa help text with documentation link * Update en.json
Diffstat (limited to 'webapp/components/admin_console/mfa_settings.jsx')
-rw-r--r--webapp/components/admin_console/mfa_settings.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/admin_console/mfa_settings.jsx b/webapp/components/admin_console/mfa_settings.jsx
index df6346fe4..5f38de04d 100644
--- a/webapp/components/admin_console/mfa_settings.jsx
+++ b/webapp/components/admin_console/mfa_settings.jsx
@@ -86,7 +86,7 @@ export default class MfaSettings extends AdminSettings {
helpText={
<FormattedHTMLMessage
id='admin.service.enforceMfaDesc'
- defaultMessage='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.<br/><br/>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.<br/><br/>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.'
+ defaultMessage="When true, users on the system will be required to set up <a href='https://docs.mattermost.com/deployment/auth.html' target='_blank'>multi-factor authentication</a>. Any logged in users will be redirected to the multi-factor authentication setup page until they successfully add MFA to their account.<br/><br/>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.<br/><br/>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."
/>
}
disabled={!this.state.enableMultifactorAuthentication}