Fiedzia / Fang-of-Mongo

web based gui for mongodb created with pyhon, django and jquery.
http://linuxcoder.co.uk:8000/fangofmongo/
Other
260 stars 60 forks source link

Specify database at login #20

Open cloudermaan opened 11 years ago

cloudermaan commented 11 years ago

Hello,

There is a issue when trying to connect to a server that has restrictions on reading the database list.

On my setup the user I'm using only has permissions on a specific database. From console I connect using mongo myhost:27017/allowed_database -u user -p pass

On the FangOfMongo login page there is no way to specify the database.

I hope to see this feature added :)