[koha-commits] main Koha release repository branch master updated. v16.11.00-253-gb43b791

Git repo owner gitmaster at git.koha-community.org
Thu Jan 19 13:11:57 CET 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  b43b79156f179094ed16a896f0bf0b3d39b4af7d (commit)
      from  17d5051e084c40f0896ed9d3c661e70161491379 (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 b43b79156f179094ed16a896f0bf0b3d39b4af7d
Author: Magnus Enger <magnus at libriotech.no>
Date:   Tue Jan 17 14:50:49 2017 +0000

    Bug 17924 - Fix error in password recovery
    
    To test:
    
    - Set OpacResetPassword = allowed
    - Make sure you have a user with a username and email
    - Go to the OPAC and make sure you are not logged in
    - Click on the "Forgot your password?" link
    - Fill in "Login" and "Email" and click on "Submit"
    - You will get an error that says:
    
    Undefined subroutine &C4::Letters::GetPreparedLetter called at
    /home/vagrant/kohaclone/Koha/Patron/Password/Recovery.pm line 142.
    
    - Apply the patch
    - The steps above will have added your user to the borrower_password_recovery
      table in the database. Delete it from there to make sure you start a
      fresh reset request.
    - Repeat the steps above and notice that the error is gone. You should
      get a nice message instead that says "An email has been sent to [your
      email]".
    - Sign off
    
    Signed-off-by: Zoe Schoeler <crazy.mental.onion at gmail.com>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/Patron/Password/Recovery.pm |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list