Created
July 11, 2012 14:56
-
-
Save josemarluedke/3090936 to your computer and use it in GitHub Desktop.
Disable the postgres user from login window [Mac OSX]
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo defaults write /Library/Preferences/com.apple.loginwindow HiddenUsersList -array-add 'postgres' | |
$ sudo defaults write /Library/Preferences/com.apple.loginwindow SHOWOTHERUSERS_MANAGED -bool FALSE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment