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 B4682DB06 for ; Fri, 9 Nov 2012 11:01:06 +0000 (UTC) Received: (qmail 52345 invoked by uid 500); 9 Nov 2012 11:01:05 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 52000 invoked by uid 500); 9 Nov 2012 11:01:05 -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 51979 invoked by uid 99); 9 Nov 2012 11:01:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Nov 2012 11:01:04 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wordituk@gmail.com designates 209.85.219.52 as permitted sender) Received: from [209.85.219.52] (HELO mail-oa0-f52.google.com) (209.85.219.52) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Nov 2012 11:00:59 +0000 Received: by mail-oa0-f52.google.com with SMTP id o6so3653087oag.11 for ; Fri, 09 Nov 2012 03:00:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=cpJ3DbhaymGutWjiMEnaxUSz3TIdl5rAT2Wxr8y6ebc=; b=tm7+Jk0p8WHXN7MMURi0RoIrCreg//tnvMadZFrEoq6/fkDnntOe8z03xIfNYbSJzV ZKC3V+Tk42nW9lMEWCtqo6Wd67TKmjRsKFSXUoMeQy/baTvIvwQghY3npMtZOAhPevdb /xXCFK0fYL+2JQ7HgIWKbmS88wvvmYrFUM4iJb69X/YjA2q6FB3ObZZjYwoESkM5tIdV RcB2nQcDRfrzEpXJnQ61y1xZ/rSoRajOuY2FJsn0imvtEP6J9aUjAKjrA/qrQA2F0Luu ZIsOK9IebeDEJLIq66utHKkMWWrVKAkKMohBeXH17BN7Cmde5K8Gqij6ULEUc3R+Qhlh sJPA== Received: by 10.60.31.241 with SMTP id d17mr7459420oei.107.1352458838770; Fri, 09 Nov 2012 03:00:38 -0800 (PST) MIME-Version: 1.0 Received: by 10.76.170.168 with HTTP; Fri, 9 Nov 2012 02:59:58 -0800 (PST) In-Reply-To: <1B2FEF1C-621B-4D9C-B501-4507425000C3@calftrail.com> References: <20121005091019.7e166a00@svilendobrev.com> <1B2FEF1C-621B-4D9C-B501-4507425000C3@calftrail.com> From: Wordit Date: Fri, 9 Nov 2012 11:59:58 +0100 Message-ID: Subject: Re: Adding fields to _user db To: "user@couchdb.apache.org" Content-Type: multipart/alternative; boundary=e89a8f839cd3a8857704ce0ddc79 X-Virus-Checked: Checked by ClamAV on apache.org --e89a8f839cd3a8857704ce0ddc79 Content-Type: text/plain; charset=UTF-8 On Thu, Nov 8, 2012 at 8:34 PM, Nathan Vander Wilt wrote: > The catch, though, is that these fields will not currently be passed via > the "userCtx" field to validation, filter, show/list, etc. functions as you > might expect. Yes, I discovered that soon after my decision to add a "nickname" field for the user (to prevent their email address, which is the username, from being exposed). Are there any extensions or frameworks which pass other fields to UserCtx? Marcus --e89a8f839cd3a8857704ce0ddc79--