iwind/rockmongo

Unable to set username / password without enabling control_auth

Closed this issue · 2 comments

The mongo_user / mongo_pass options are only used when control_auth is enabled. The documentation only mentions that mongo_auth=false is needed, but the user/pass doesn't work until control_auth has been set to true.

We would like to set the mongo_user / mongo_pass in de config, without an authentication screen for the user (authentication to the rockmongo application is managed on server level).

Fixed, please checkout the latest source from github.

Great! Thank you for the quick fix!