I am using Mongo 2.4.
I had a single user in the Admin db, and added the role "clusterAdmin", when I meant to add the "userAdmin" role. Now I can't execute any user-admin based operations.
I tried to update and remove the user, as well as add a new user with "userAdmin" privileges, but because the "clusterAdmin" role does not have privileges to the users collection, I'm out of luck.
How do I bypass the security to add a new user in the Admin db, with "userAdmin" privileges or remove the current "admin" user with only "clusterAdmin" privileges?