[koha-commits] main Koha release repository branch master updated. v3.14.00-194-g3c5b471

Git repo owner gitmaster at git.koha-community.org
Thu Dec 26 16:12:16 CET 2013


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, master has been updated
       via  3c5b4712717d082b66376915c47b6b5880695d31 (commit)
      from  b26870e53dc1b00e2966187b9b5298360af6024e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3c5b4712717d082b66376915c47b6b5880695d31
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Dec 24 14:35:36 2013 +0100

    Bug 10453: fix unintended password reset when updating child to adult
    
    ModMember supposes the password given in parameter is the
    password string, so if it receives the encrypted password,
    it will encrypt it again! By simply deleting the password key
    from the hash, ModMember leaves the password unchanged.
    
    Test plan:
    1/ Create or choose a child patron
    2/ Update it to an adult category using the
       "Update child to adult patron" link
    3/ Try to log in at the OPAC with this patron: It is not
       possible, the password has changed
    4/ Apply the patch and try again previous steps
    
    Signed-off-by: Mark Tompsett <mtompset at hotmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Confirmed the problem and tested the patch fixes it.
    Passes all tests and QA script.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 members/update-child.pl |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list