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 1633CC261 for ; Mon, 3 Jun 2013 00:43:21 +0000 (UTC) Received: (qmail 12000 invoked by uid 500); 2 Jun 2013 23:43:20 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 11963 invoked by uid 500); 2 Jun 2013 23:43:20 -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 11954 invoked by uid 99); 2 Jun 2013 23:43:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Jun 2013 23:43:20 +0000 Date: Sun, 2 Jun 2013 23:43:20 +0000 (UTC) From: "Todd Bluhm (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (COUCHDB-1818) Deleting Admin using REST API does not completely delete the admin in the local.ini file MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-1818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13672721#comment-13672721 ] Todd Bluhm commented on COUCHDB-1818: ------------------------------------- Figured out the issue. Closing. > Deleting Admin using REST API does not completely delete the admin in the local.ini file > ---------------------------------------------------------------------------------------- > > Key: COUCHDB-1818 > URL: https://issues.apache.org/jira/browse/COUCHDB-1818 > Project: CouchDB > Issue Type: Bug > Components: HTTP Interface, Infrastructure > Reporter: Todd Bluhm > > Using Couchdb 1.3 > When using the REST API to delete an admin user that was inserted using the REST API, only that admin's password is deleted from the local.ini file, while the admin's username remains under the [admins] section of the local.ini file. > Steps to Reproduce: > 1. System in Admin Party mode. > 2. User creates admin using REST API (PUT _config/admins/TestAdmin) > 3. User deletes admin using REST API (DELETE _config/admins/TestAdmin) > 4. Inspect the local.ini file and notice under [admins]: "TestAdmin = " > Results: > If in admin party mode afterwards, it can cause issues with futon and the REST API. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira