I have a Linode Server. I installed openerp in the server. Next i hide the database list using the below code
/etc/openerp-server.conf file
code: list_db = False
Then save ans restart openerp-server service.
After i login from a external system, I cant login to that particular database.
So i removed the code from conf file and login, then there is no issue.
How can i hide the database list without any issue?