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 797211013E for ; Wed, 19 Feb 2014 00:16:31 +0000 (UTC) Received: (qmail 60682 invoked by uid 500); 19 Feb 2014 00:16:30 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 60622 invoked by uid 500); 19 Feb 2014 00:16:30 -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 60614 invoked by uid 99); 19 Feb 2014 00:16:29 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Feb 2014 00:16:29 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 45E828C2228; Wed, 19 Feb 2014 00:16:29 +0000 (UTC) From: KlausTrainer To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org Message-ID: Subject: [GitHub] couchdb pull request: Upgrade password hashes on authentication Content-Type: text/plain Date: Wed, 19 Feb 2014 00:16:29 +0000 (UTC) GitHub user KlausTrainer opened a pull request: https://github.com/apache/couchdb/pull/152 Upgrade password hashes on authentication We now upgrade user docs to the new PBKDF2 password scheme on successful authentication if the password hash is still from the old days where we only used plain SHA-1 for hashing salted passwords. Closes COUCHDB-1780. You can merge this pull request into a Git repository by running: $ git pull https://github.com/KlausTrainer/couchdb 1780-upgrade-password-hashes-on-authentication Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb/pull/152.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #152 ---- commit 934e0f4daa0dd83897e59f28485516eb31d54419 Author: Klaus Trainer Date: 2014-02-18T23:47:24Z Upgrade password hashes on authentication We now upgrade user docs to the new PBKDF2 password scheme on successful authentication if the password hash is still from the old days where we only used plain SHA-1 for hashing salted passwords. Closes COUCHDB-1780. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. To do so, please top-post your response. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---