Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DCC84104DE for ; Thu, 27 Feb 2014 15:05:29 +0000 (UTC) Received: (qmail 30284 invoked by uid 500); 27 Feb 2014 15:05:26 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 29787 invoked by uid 500); 27 Feb 2014 15:05:24 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 29763 invoked by uid 99); 27 Feb 2014 15:05:24 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Feb 2014 15:05:24 +0000 Date: Thu, 27 Feb 2014 15:05:24 +0000 (UTC) From: "Alexander Shorin (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (COUCHDB-2173) Better error handling on database security page MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Alexander Shorin created COUCHDB-2173: ----------------------------------------- Summary: Better error handling on database security page Key: COUCHDB-2173 URL: https://issues.apache.org/jira/browse/COUCHDB-2173 Project: CouchDB Issue Type: Bug Security Level: public (Regular issues) Components: Fauxton Reporter: Alexander Shorin If user has no permissions to change database security, on first attempt to add some user/role to it Fauxton shows the popup: {quote} {"error":"unauthorized","reason":"You are not a db or server admin."} {quote} but on second attempt to add the same name no error showed and it seems that value just silently ignored. -- This message was sent by Atlassian JIRA (v6.1.5#6160)