From 92433a89e28648995b6c319873204a176d7e9054 Mon Sep 17 00:00:00 2001 From: John Thompson <45836988+johnthompson365@users.noreply.github.com> Date: Wed, 22 Apr 2020 10:42:57 -0700 Subject: [PATCH 1/4] Added pre-requisite --- source/deployment/auth.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/deployment/auth.rst b/source/deployment/auth.rst index 4069c27e636..4c5ced8f632 100644 --- a/source/deployment/auth.rst +++ b/source/deployment/auth.rst @@ -6,6 +6,11 @@ For organizations who require multi-factor authentication ("MFA") as part of the Supported smartphones include iOS, Android, Blackberry and Windows Phone devices that are able to install `Google Authenticator `__. Other than requiring internet access to download and install Google Authenticator, the phone used for Mattermost MFA does not require internet access. +Pre-requisite +------------- +Ensure that your server system time is accurate as the MFA is a time-based system. + + Enabling MFA ------------ From e3e8d6c5c46f60adb0186ff2ca9a29d1c7045714 Mon Sep 17 00:00:00 2001 From: John Thompson <45836988+johnthompson365@users.noreply.github.com> Date: Wed, 22 Apr 2020 10:46:56 -0700 Subject: [PATCH 2/4] Update source/deployment/auth.rst Co-Authored-By: Daniel Schalla --- source/deployment/auth.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/deployment/auth.rst b/source/deployment/auth.rst index 4c5ced8f632..7d8a253a2a9 100644 --- a/source/deployment/auth.rst +++ b/source/deployment/auth.rst @@ -8,7 +8,7 @@ Supported smartphones include iOS, Android, Blackberry and Windows Phone devices Pre-requisite ------------- -Ensure that your server system time is accurate as the MFA is a time-based system. +Ensure that your server system time is accurate as the MFA implementation is relying on Time-based One-time passwords (TOTP). Enabling MFA @@ -31,4 +31,3 @@ Since turning on MFA enforcement prevents users from accessing the site until se - From d02f5193828ece94d9904719b316f6cb867a6500 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Fri, 24 Apr 2020 10:55:06 +0200 Subject: [PATCH 3/4] Update source/deployment/auth.rst Co-Authored-By: Amy Blais --- source/deployment/auth.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/deployment/auth.rst b/source/deployment/auth.rst index 7d8a253a2a9..bed35108163 100644 --- a/source/deployment/auth.rst +++ b/source/deployment/auth.rst @@ -8,7 +8,7 @@ Supported smartphones include iOS, Android, Blackberry and Windows Phone devices Pre-requisite ------------- -Ensure that your server system time is accurate as the MFA implementation is relying on Time-based One-time passwords (TOTP). +Ensure that your server system time is accurate as the MFA implementation relies on Time-based One-time passwords (TOTP). Enabling MFA @@ -30,4 +30,3 @@ Users will not be able to remove MFA from their account while enforcement is on. Since turning on MFA enforcement prevents users from accessing the site until set up is complete, it is recommended you turn on enforcement during non-peak hours when people are less likely to be using the system. - From 0441e5a6db03b7e25ffe85e099b07e6aa67da431 Mon Sep 17 00:00:00 2001 From: Justine Geffen Date: Fri, 24 Apr 2020 10:55:22 +0200 Subject: [PATCH 4/4] Update source/deployment/auth.rst --- source/deployment/auth.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/deployment/auth.rst b/source/deployment/auth.rst index bed35108163..cf4e2348a9d 100644 --- a/source/deployment/auth.rst +++ b/source/deployment/auth.rst @@ -6,7 +6,7 @@ For organizations who require multi-factor authentication ("MFA") as part of the Supported smartphones include iOS, Android, Blackberry and Windows Phone devices that are able to install `Google Authenticator `__. Other than requiring internet access to download and install Google Authenticator, the phone used for Mattermost MFA does not require internet access. -Pre-requisite +Prerequisite ------------- Ensure that your server system time is accurate as the MFA implementation relies on Time-based One-time passwords (TOTP). @@ -29,4 +29,3 @@ Users will not be able to remove MFA from their account while enforcement is on. Since turning on MFA enforcement prevents users from accessing the site until set up is complete, it is recommended you turn on enforcement during non-peak hours when people are less likely to be using the system. -