You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Pavel V (JIRA)" <ji...@apache.org> on 2016/09/29 05:11:20 UTC

[jira] [Created] (COUCHDB-3170) Permissions are ignored in "_users" database.

Pavel V created COUCHDB-3170:
--------------------------------

             Summary: Permissions are ignored in "_users" database.
                 Key: COUCHDB-3170
                 URL: https://issues.apache.org/jira/browse/COUCHDB-3170
             Project: CouchDB
          Issue Type: Bug
            Reporter: Pavel V


To reproduce (in Fauxton):
1. Create a user in "_users" database with role "app-admin".
2. Change permissions for "_users" DB to add "app-admin" role to admins and members.
3. Login as the user with the "app-admin" role.
4. Open "_users", you get 401 response and Fauxton shows message "An Error occurred: You are not a server admin.". 401 response contains following JSON:
{error: "unauthorized", reason: "You are not a server admin."}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)