Github user ykye commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/575#discussion_r45573598
--- Diff: app/addons/auth/components.react.jsx ---
@@ -239,9 +238,6 @@ define([
<input id="password" type="password" name="password"
placeholder= "Password" size="24"
onChange={this.onChangePassword} />
<p>
- Non-admin users have read and write access to all databases,
which
- are controlled by validation functions. CouchDB can be
configured to block all
- access to anonymous users.
--- End diff --
I wanted to change the last sentence to "CouchDB can be configured to block
the access of anonymous users." and add the link
"http://docs.couchdb.org/en/1.6.1/config/auth.html" to it, but I found that
itâs not necessarily related to ADMIN privileges, so I deleted the last
sentence.
https://wiki.apache.org/couchdb/Security_Features_Overview
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---