Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.4: Hide users from the login window via prefs' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.4: Hide users from the login window via prefs
Authored by: Brandon White on Jul 27, '06 12:26:27PM

These two lines get rid of the "Other..." icon in the login window and the fast-user-switching menu:

sudo defaults write /Library/Preferences/com.apple.loginwindow HiddenUsersList -array-add cadmin

sudo defaults write /Library/Preferences/com.apple.loginwindow SHOWOTHERUSERS_MANAGED -bool false



[ Reply to This | # ]
10.4: Hide users from the login window via prefs
Authored by: Brandon White on Jul 27, '06 01:06:48PM

Above, cadmin was the name of the user I intended to hide.



[ Reply to This | # ]