Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3AF7991A7 for ; Wed, 20 Jun 2012 16:40:26 +0000 (UTC) Received: (qmail 9424 invoked by uid 500); 20 Jun 2012 16:40:24 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 9385 invoked by uid 500); 20 Jun 2012 16:40:24 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 9370 invoked by uid 99); 20 Jun 2012 16:40:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2012 16:40:24 +0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of gregor@martynus.net does not designate 209.85.214.52 as permitted sender) Received: from [209.85.214.52] (HELO mail-bk0-f52.google.com) (209.85.214.52) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2012 16:40:16 +0000 Received: by bkcjc3 with SMTP id jc3so7450787bkc.11 for ; Wed, 20 Jun 2012 09:39:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:message-id:in-reply-to:references:subject:x-mailer :mime-version:content-type:x-gm-message-state; bh=iQX6MrnwYcJSYLdsUb6PuBRRkvmfpON6kH2eUs6fWAA=; b=cu1Pln4xLxWMPHC/NZ5UtlXL8YQxYSSG7atncr15FwsZ3t7BLL37iytVpYYhFs51ht WyJs9Jj/qaBU0HIYagZQ0wK5ITxU5GX9vBUEntJPuuh33CwHx58InA6mpOhtJm2mMbKm lsD1vXfAE58pG8JXtvB8+pE0+lH0kEZ8m4NCZuMVhZwbPL/s+sbbbFWZudlSd+7K0Njk hiPYK5kyROkAqEM3kn2yqurzSOg8Ed/eyX9bNtVSRBsFx22dOFiSMCGbyxoU+EVZm9I/ 4GxtFDK1o94OpiKhIheZ9hzmIvLhAsfZ9STd/SER4MVNr7DtDQkRC6t9XzzJn/KU569y lt1w== Received: by 10.204.155.148 with SMTP id s20mr10094313bkw.56.1340210396022; Wed, 20 Jun 2012 09:39:56 -0700 (PDT) Received: from [192.168.1.44] (41-122.198-178.cust.bluewin.ch. [178.198.122.41]) by mx.google.com with ESMTPS id h18sm28578103bkh.8.2012.06.20.09.39.54 (version=SSLv3 cipher=OTHER); Wed, 20 Jun 2012 09:39:55 -0700 (PDT) Date: Wed, 20 Jun 2012 18:39:52 +0200 From: Gregor Martynus To: user@couchdb.apache.org Message-ID: <593811086E2646E4BE79B22E98941901@martynus.net> In-Reply-To: References: <2A859DFB68514400AC5EC0F756671880@martynus.net> Subject: Re: deleting own user account X-Mailer: sparrow 1.6.1 (build 1081.52) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="4fe1fcd8_46b7d447_de" X-Gm-Message-State: ALoCoQnENDxjlktLafXJWVKSCMGhLEW4uBrUu+2shuFXQZ7VINoJy4/awGBsxgJJ+y5lK6nOJF+8 --4fe1fcd8_46b7d447_de Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline no, sorry, that was I type, I meant DELETE /_users/org.couchdb.user:test?rev=1-234 Thanks for pointing that out -- Gregor Martynus On Wednesday, 20. June 2012 at 18:38, CGS wrote: > Have you renamed the database name "users" (by default is "_users")? > > CGS > > > > > On Wed, Jun 20, 2012 at 6:28 PM, Gregor Martynus wrote: > > > I'm quite sure that this worked before, but doesn't seem to work anymore. > > > > Let's say I have a user account "test" and am signed in as "test". > > The _rev number of users/org.couchdb.user:test is '1-234' > > > > Shouldn't I be able to delete my own account with > > DELETE /users/org.couchdb.user:test?rev=1-234 > > ? > > > > I get a 404 response, but am still signed in as test > > > > The same happens when I try to PUT the document with _deleted: true ... > > > > Any idea? > > > > -- > > Gregor > > > > > --4fe1fcd8_46b7d447_de--