You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/08/18 18:03:11 UTC

[couchdb-documentation] branch master updated: Remove misleading sentence about how users can browse their own user docs

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git


The following commit(s) were added to refs/heads/master by this push:
     new 82e9463  Remove misleading sentence about how users can browse their own user docs
82e9463 is described below

commit 82e94634d58ec0145197c130a9f70ef0fcfee709
Author: Frederik Ring <fr...@gmail.com>
AuthorDate: Tue Aug 18 19:27:45 2020 +0200

    Remove misleading sentence about how users can browse their own user docs
---
 src/intro/security.rst | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/intro/security.rst b/src/intro/security.rst
index 81346f1..d92ddd7 100644
--- a/src/intro/security.rst
+++ b/src/intro/security.rst
@@ -300,8 +300,7 @@ several *mandatory* fields, that CouchDB needs for authentication:
 - **type** (*string*): Document type. Constantly has the value ``user``
 
 Additionally, you may specify any custom fields that relate to the target
-user. This is a good place to store user's private information because only the
-target user and CouchDB administrators may browse it.
+user.
 
 .. _org.couchdb.user: