Skip to content

Instantly share code, notes, and snippets.

@josemarluedke
Created July 11, 2012 14:56
Show Gist options
  • Save josemarluedke/3090936 to your computer and use it in GitHub Desktop.
Save josemarluedke/3090936 to your computer and use it in GitHub Desktop.
Disable the postgres user from login window [Mac OSX]
$ 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