Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 28382 invoked from network); 28 Mar 2011 20:32:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 28 Mar 2011 20:32:40 -0000 Received: (qmail 47094 invoked by uid 500); 28 Mar 2011 20:32:40 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 47060 invoked by uid 500); 28 Mar 2011 20:32:40 -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 47052 invoked by uid 99); 28 Mar 2011 20:32:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Mar 2011 20:32:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.212.52] (HELO mail-vw0-f52.google.com) (209.85.212.52) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Mar 2011 20:32:32 +0000 Received: by vws16 with SMTP id 16so4072109vws.11 for ; Mon, 28 Mar 2011 13:32:10 -0700 (PDT) Received: by 10.52.91.83 with SMTP id cc19mr5837481vdb.256.1301344330773; Mon, 28 Mar 2011 13:32:10 -0700 (PDT) Received: from AirBorn.local (adsl-71-186-130.gsp.bellsouth.net [98.71.186.130]) by mx.google.com with ESMTPS id n32sm2360700vba.10.2011.03.28.13.32.07 (version=SSLv3 cipher=OTHER); Mon, 28 Mar 2011 13:32:08 -0700 (PDT) Message-ID: <4D90F046.7090900@couchone.com> Date: Mon, 28 Mar 2011 16:32:06 -0400 From: Benjamin Young User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: dev@couchdb.apache.org Subject: Re: [jira] Updated: (COUCHDB-1015) Add "Change Password" feature to Futon References: <1867880.197631294348381245.JavaMail.jira@thor> In-Reply-To: <1867880.197631294348381245.JavaMail.jira@thor> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit I'd love to see this feature make it into the upcoming 1.1 release. It's a fairly minor patch that would be beneficial to many users, I think. Thanks, Benjamin -- BigBlueHat On 1/6/11 4:13 PM, Benjamin Young (JIRA) wrote: > [ https://issues.apache.org/jira/browse/COUCHDB-1015?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] > > Benjamin Young updated COUCHDB-1015: > ------------------------------------ > > Attachment: change_password_in_futon.patch > >> Add "Change Password" feature to Futon >> -------------------------------------- >> >> Key: COUCHDB-1015 >> URL: https://issues.apache.org/jira/browse/COUCHDB-1015 >> Project: CouchDB >> Issue Type: New Feature >> Components: Futon >> Reporter: Benjamin Young >> Attachments: change_password_in_futon.patch >> >> >> This patch allows users to change their passwords from a link in the sidebar of Futon. It depends on the prepeareUserDoc patch attached to #1014. >> Passwords can be change for both _user members and _admin users. Once the password is change the user is re-authenticated with the same password without needing to login again.