From 7d78275e9b71b5da89910f46fba500a7f8c5032d Mon Sep 17 00:00:00 2001 From: Brian Lovin Date: Wed, 16 Jan 2019 18:02:41 -0800 Subject: [PATCH] Strict lock policy copy --- config/strongDevicePasscode.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config/strongDevicePasscode.js b/config/strongDevicePasscode.js index 851993f..3477f70 100644 --- a/config/strongDevicePasscode.js +++ b/config/strongDevicePasscode.js @@ -1,7 +1,9 @@ export default { id: 'strongDevicePasscode', 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.`, + 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.`, resources: [ { name: 'How long it takes to break a passcode', @@ -9,7 +11,8 @@ export default { }, { name: 'How to temporarily disable TouchID or FaceID', - url: 'https://www.iphonelife.com/content/how-to-temporarily-disable-touch-id-or-face-id-your-iphone', + url: + 'https://www.iphonelife.com/content/how-to-temporarily-disable-touch-id-or-face-id-your-iphone', }, { name: 'Changing your iOS passcode',