Created
September 13, 2014 03:44
-
-
Save vixvix/72ae1a89a9e34c519158 to your computer and use it in GitHub Desktop.
OSX hide/show user from login window
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
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