[koha-commits] main Koha release repository branch master updated. v16.05.00-155-g0d690ca

Git repo owner gitmaster at git.koha-community.org
Fri Jun 24 13:48:28 CEST 2016


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  0d690ca383f49d62b1b040004e960596e1a39b2d (commit)
      from  574bff5c6f2472eda5da58eeec84018abe4e4711 (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 0d690ca383f49d62b1b040004e960596e1a39b2d
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Sat Jun 11 15:27:04 2016 +0100

    Bug 16707: Fix software error in OPAC password recovery when leaving form fields empty
    
    The $search_results is considered as an arrayref but is not defined if
    no patron matches the recovery infos.
    
    Test plan:
    - Set syspref OpacResetPassword to "Allow"
    - Go to OPAC
    - Click link "Forgot your password?
    - On the following screen "Forgotten password recovery", do not fill in
      form fields, click "Submit"
    => Without this patch you got the software error
    => With this patch apply, you will get "No account was found with the
    provided information."
    
    Sign-off on counter patch.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 opac/opac-password-recovery.pl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list