mixed Auth::removeUser (
string $username
)
Remove a user from the Auth Container.
$username
the username of the user to remove
mixed
-
TRUE on success, a PEAR Error on failure.
This function can not be called statically.
Not all Auth Containers implement this functionality.