[koha-commits] main Koha release repository branch master updated. v16.11.00-975-g9bf8142

Git repo owner gitmaster at git.koha-community.org
Mon May 8 14:30:20 CEST 2017


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  9bf8142ee77dbacceca0cb17ed5f56ec07b3771c (commit)
       via  416029ff2f3c9c689a5ea24372f4d940ccc71817 (commit)
      from  4d941f36c72cedd1f006025393b194a8d695e298 (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 9bf8142ee77dbacceca0cb17ed5f56ec07b3771c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Apr 21 18:44:05 2017 -0300

    Bug 18442: Add a test
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 416029ff2f3c9c689a5ea24372f4d940ccc71817
Author: Alex Buckley <alexbuckley at catalyst.net.nz>
Date:   Thu Apr 20 11:29:28 2017 +1200

    Bug 18442: Fix DB user loggin
    
    Test plan:
    1. Drop and recreate your db
    
    2. Clear memcached
    
    3. Go through the installer (to speed up this test plan install all
    sample data so you dont have to create libraries, patron categories etc. later)
    
    4. On the installer page login as the database user and notice that it
    does not work on the first attempt ( you get 'Error: You do not have
    permission to access this page')
    
    5. Try logging in as database user for a second time and notice you are
    logged in successfully this time
    
    4. In staff interface create a patron account with superlibrarian permissions
    
    5. Logout of the staff interface
    
    6. Login as database user
    
    7. Notice you cant log in. You get the 'Error:: You do not have permission to access this
    page' error
    
    8. Try a second attempt and notice you get the same error
    
    9. Open the URL in a new tab and notice the staff interface appears
    showing that you are logged in
    
    10. log out and log back in as the superlibrarian user you created and
    notice it works on first login attempt
    
    11. Apply patch
    
    12. Log out and try logging back in as database user and notice that you
    can login successfully on first attempt
    
    13. Repeat steps 1,2,3 and login as database user and notice the login
    works on first attempt
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Auth.pm            |    2 ++
 t/db_dependent/Auth.t |   16 +++++++++++++++-
 2 files changed, 17 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list