From 029017d017425c610dbc2267fcfd5fd178e43c7a Mon Sep 17 00:00:00 2001 From: Jeremy Pry Date: Thu, 17 Jan 2019 10:43:11 -0500 Subject: [PATCH 1/2] Fix typo in device passcode section. --- config/strongDevicePasscode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/strongDevicePasscode.js b/config/strongDevicePasscode.js index 3477f70..7138425 100644 --- a/config/strongDevicePasscode.js +++ b/config/strongDevicePasscode.js @@ -3,7 +3,7 @@ export default { title: 'Create a strong device passcode', description: `A four-digit passcode for your phone or other devices is no longer considered secure. You should use a 6+ digit passcode at the very minimum, and for extra security use a 6+ character passcode containing both numbers and letters. TouchID and FaceID should be turned off when traveling internationally. - \n\nYou should enforce a strict lock policy on your devices. Always require a passcode and ensure that a device cannot be left unintended for more than a minute or two.`, + \n\nYou should enforce a strict lock policy on your devices. Always require a passcode and ensure that a device cannot be left unattended for more than a minute or two.`, resources: [ { name: 'How long it takes to break a passcode', From d0a9a048e9f2493d2aa26b8187c44a24392d29a8 Mon Sep 17 00:00:00 2001 From: Jeremy Pry Date: Thu, 17 Jan 2019 21:29:54 -0500 Subject: [PATCH 2/2] Update per request of @JBallin --- config/strongDevicePasscode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/strongDevicePasscode.js b/config/strongDevicePasscode.js index 7138425..484d052 100644 --- a/config/strongDevicePasscode.js +++ b/config/strongDevicePasscode.js @@ -3,7 +3,7 @@ export default { title: 'Create a strong device passcode', description: `A four-digit passcode for your phone or other devices is no longer considered secure. You should use a 6+ digit passcode at the very minimum, and for extra security use a 6+ character passcode containing both numbers and letters. TouchID and FaceID should be turned off when traveling internationally. - \n\nYou should enforce a strict lock policy on your devices. Always require a passcode and ensure that a device cannot be left unattended for more than a minute or two.`, + \n\nYou should enforce a strict lock policy on your devices. Always require a passcode and ensure that a device is not left unattended for more than a minute or two.`, resources: [ { name: 'How long it takes to break a passcode',