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
This command doesn’t works on Lion.
http://www.cool-vpn.net
How do I undo this command?
@noel:
To delete, type:
sudo defaults delete /Library/Preferences/com.apple.loginwindow Hide500Users