Is there a way to remove a user's pool of connections (other than hardReset() for everybody)?
The problem: If a user with their own pool of connections changes their password, there will then be two user pools (I guess one for each username/password combo). This causes problems.
I'd like a way to remove a user's pool of connections without disturbing the other pools.