GitHub user rnewson opened a pull request:
https://github.com/apache/couchdb/pull/68
Add a configurable whitelist of public user properties
By default no user properties are public and attempts to view a users
document other than your own will return a 404. If the public_fields
setting of the users_db config section is set to a list of field
names, however, you will see that subset of fields for any user.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/rnewson/couchdb user-doc-filtering
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb/pull/68.patch
----
----