delete_user
Description:
public bool delete_user (
User user,
bool remove_files)
throws Error
Deletes a user account on the system.
Parameters:
this |
a UserManager
|
user |
an User object
|
remove_files |
true to delete the users home directory
|
Returns:
true if the user account was successfully deleted
|