From ba6bfdcccfd9b72629d326a91ea71edd4de66798 Mon Sep 17 00:00:00 2001 From: Kris Payne Date: Tue, 29 Nov 2016 14:49:04 -0800 Subject: [PATCH] adding not to 6.1.1 Filevault has it's own loginwindow, having a username and password field is pointless when using filevault. It also confuses users when filevault messes up a login. --- ElCapitan_CIS.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ElCapitan_CIS.sh b/ElCapitan_CIS.sh index 18808b6..b6630e7 100644 --- a/ElCapitan_CIS.sh +++ b/ElCapitan_CIS.sh @@ -801,6 +801,7 @@ userEnvironment() { # 6.1.1 Display login window as name and password # Level 1 Scored # No audit, just do it. + # If using FileVault 2, this does not matter and should be commented out. ScriptLogging " Setting LoginWindow to display as username and password..." /usr/bin/defaults write /Library/Preferences/com.apple.loginwindow SHOWFULLNAME -bool yes