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 <[email protected]>
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
[email protected] or file a JIRA ticket with INFRA.
---

Reply via email to