[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-1231-g547c6d2

Git repo owner gitmaster at git.koha-community.org
Wed Oct 9 05:17:42 CEST 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  547c6d29499a3e1306a27050b407560a1c4f8fb6 (commit)
      from  e276bea3eee02aeaf2c49edc19a095735c5e5359 (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 547c6d29499a3e1306a27050b407560a1c4f8fb6
Author: Galen Charlton <gmc at esilibrary.com>
Date:   Wed Oct 9 03:29:22 2013 +0000

    Bug 9611: (follow-up) move new password hashing routines to separate module
    
    The move avoids a problem where many modules would gain
    a dependency on C4::Auth just because C4::Members needs access
    to hash_password().
    
    This patch also adds a couple unit tests for the new password
    hashing code.
    
    To test:
    
    [1] Verify that there are no regressions on the test plan for bug
        9611.
    [2] Verify that t/AuthUtils.t and t/db_dependent/Auth.t pass.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 C4/Auth.pm                 |   90 +---------------------------
 C4/Auth_with_ldap.pm       |    3 +-
 C4/Members.pm              |    2 +-
 Koha/AuthUtils.pm          |  141 ++++++++++++++++++++++++++++++++++++++++++++
 members/member-password.pl |    3 +-
 opac/opac-passwd.pl        |    2 +-
 t/AuthUtils.t              |   26 ++++++++
 t/db_dependent/Auth.t      |    9 ++-
 8 files changed, 183 insertions(+), 93 deletions(-)
 create mode 100644 Koha/AuthUtils.pm
 create mode 100644 t/AuthUtils.t


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list