[koha-commits] main Koha release repository branch new/bug_6854 created. v3.04.00-778-g906ef4b

Git repo owner gitmaster at git.koha-community.org
Thu Oct 20 17:48:07 CEST 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, new/bug_6854 has been created
        at  906ef4b28c376254743f948808e8ae47bb6f0a01 (commit)

- Log -----------------------------------------------------------------
commit 906ef4b28c376254743f948808e8ae47bb6f0a01
Author: Frédérick Capovilla <frederick.capovilla at sys-tech.net>
Date:   Wed Sep 7 14:15:35 2011 -0400

    Bug 6854: Correct a double password encryption problem in import_borrowers.pl
    
    When the CSV file has no password column and no default value was set for
    the password :
    If we try to modify an existing user, the password from the BD is sent
    to ModMember, which then encrypts the already-encrypted password a
    second time.
    
    http://bugs.koha-community.org/show_bug.cgi?id=6854
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Confirmed bug on current master.
    1) Import new patron with password provided
    > OPAC login works
    2) Overwrite patron record, password provided
    > OPAC login works
    3) Overwrite patron record, password not provided
    Before patch: OPAC login broken, password in database changed
    After patch: OPC login works with same password as before
    
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list