Removed erroneuous function from win_useradd.py

This commit is contained in:
twangboy 2016-01-08 13:11:10 -07:00
parent 58af2838e0
commit 7a8a291269

View File

@ -720,15 +720,6 @@ def chgroups(name, groups, append=True):
return len(ugrps - agrps) == 0
def hide_from_login(name):
cmd = 'defaults write Library/Preferences/com.apple.loginwindow ' \
'HiddenUsersList -array-add {0}'.format(name)
def show_in_login(name):
pass
def info(name):
'''
Return user information