Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.
Click here to check if anything new just came in.
August 01 2011
Hide PostgreSQL User in OS X Lion 10.7
After installing PostgreSQL 8.4 on Lion, a PostgreSQL user pops up in the login window.
To hide system users (including the PostgreSQL user) type the following in your terminal:
sudo defaults write /Library/Preferences/com.apple.loginwindow Hide500Users -bool TRUE
