Auth::removeUser() -- remove a user account
Beschrijving
Remove a user from the Auth Container.
Parameter
- string
$username
the username of the user to remove
Return waarde
mixed -
TRUE on success, a PEAR Error on failure.
Note
Deze functie kan niet statisch worden aangeroepen.
Not all Auth Containers implement this functionality.