How to show all users of all databases in mongodb?
You can find information about all users in all databases in system.users
collection of admin
database. See MongoDB documentation for system.users collection.
You can find information about all users in all databases in system.users
collection of admin
database. See MongoDB documentation for system.users collection.