Skip to content

Instantly share code, notes, and snippets.

@vixvix
Created September 13, 2014 03:44
Show Gist options
  • Save vixvix/72ae1a89a9e34c519158 to your computer and use it in GitHub Desktop.
Save vixvix/72ae1a89a9e34c519158 to your computer and use it in GitHub Desktop.
OSX hide/show user from login window
Hide:
sudo chpass -s /usr/bin/false username
Show:
sudo chpass -s /bin/bash username
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment