wohali commented on issue #2643: v3.0 Unable to disable read-only _users database with the "users_db_security_editable" option URL: https://github.com/apache/couchdb/issues/2643#issuecomment-596311997 Hi @danielbarbarito thanks for the report. This looks like a bug in `default.ini`, because the setting has been put into the `[purge] ` section when it should be in the `[couchdb]` section. Your PR is changing things the wrong way; this was never meant to be in `purge`. Can you please try adding the following text to your `local.ini` file, then restarting CouchDB and test if you can edit the `_users` DB permissions? ```ini [couchdb] users_db_security_editable = true ``` If that works, would you submit a new PR that moves the setting line into the `[couchdb]` section of the `default.ini` section?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services