I am using Hyperledger fabric 1.4 and am using CouchDB as a peer state database but if I go and update any data by going inside the CouchDB by using it's UI some.IP.address/_utils/#login I am able to update the data and i want to stop it because then it will not adhere to blockchain principle that invalid user can't update the data. I've tried searching how to stop accessing CouchDB from UI but I want to ask what is the right way to achieve it.
What wrong I'm doing and what can I do to stop it?