iwind/rockmongo

is there a way to add "--authenticationDatabase admin" to rockmongo?

Opened this issue · 0 comments

Currently there's a main mongodb that is by default which I need to authenticate to, but will have no permission there. Once authenticated, i must "use DBmine" to switch to a db that i have permission to.

On the console, it would be like::
mongo DBmine -u me -p mepass --port 2015 --authenticationDatabase admin

How would i switch db on rockmongo assuming that i have no permission to do anything on admin db?