From user-return-22842-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Fri Nov 9 11:14:10 2012 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 E4B18DBD7 for ; Fri, 9 Nov 2012 11:14:09 +0000 (UTC) Received: (qmail 93527 invoked by uid 500); 9 Nov 2012 11:14:08 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 93395 invoked by uid 500); 9 Nov 2012 11:14:07 -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 92987 invoked by uid 99); 9 Nov 2012 11:14:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Nov 2012 11:14:06 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of a.barysiuk@gmail.com designates 209.85.217.180 as permitted sender) Received: from [209.85.217.180] (HELO mail-lb0-f180.google.com) (209.85.217.180) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Nov 2012 11:13:58 +0000 Received: by mail-lb0-f180.google.com with SMTP id ge1so2780043lbb.11 for ; Fri, 09 Nov 2012 03:13:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=OaOInhHczdkQd70M5YsQ/WVybjV9knMzNbZ0TrIVg20=; b=w+qpLK6aK+3pAujHltZRk3/dASubz9v+ZzhnWepPPqZ8pFBJTzlJ9hcR+SBg6ePjKy B0Z5lQmgb7nUIvhEn6AcnDUwuouW18RI8xVWICSDWJRanGXNhWrpR6aYdH5WmVysO8dm kaFdDctbKO9xjT0Z40qwnHKZphnk/EmmmfldOVpeC0jshMLSkTv+iGBTgiI7b4nIOijK 0EKBJGtqO10mmuKtkXNUWV+N2NIlnPAXv8wA1Vfkw+xl3XAYwstWjjEMf1WcDdZdaD16 BdqqP7HvSkzjCHXIofojojRcGS1Yyxav2Dl8Cgqpo4dEyfgHziMGioLpVpiFIGnyzRsq 5jBA== Received: by 10.152.133.174 with SMTP id pd14mr4187326lab.42.1352459618189; Fri, 09 Nov 2012 03:13:38 -0800 (PST) Received: from [192.168.9.11] ([86.57.158.234]) by mx.google.com with ESMTPS id hu6sm10051462lab.13.2012.11.09.03.13.36 (version=SSLv3 cipher=OTHER); Fri, 09 Nov 2012 03:13:37 -0800 (PST) Message-ID: <509CE55D.708@gmail.com> Date: Fri, 09 Nov 2012 14:13:33 +0300 From: Aliaksandr Barysiuk User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:16.0) Gecko/20121029 Thunderbird/16.0.2 MIME-Version: 1.0 To: user@couchdb.apache.org Subject: Re: Adding fields to _user db References: <20121005091019.7e166a00@svilendobrev.com> <1B2FEF1C-621B-4D9C-B501-4507425000C3@calftrail.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Please find 'userCtx extra information' thread in mail-list. I think there will be some useful info for you. Alex On 09/11/12 13:59, Wordit wrote: > 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 >