mirror of
https://github.com/valitydev/salt.git
synced 2024-11-09 01:36:48 +00:00
Removed erroneuous function from win_useradd.py
This commit is contained in:
parent
58af2838e0
commit
7a8a291269
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user