[koha-commits] main Koha release repository branch master updated. v3.22.00-13-gf4870f6

Git repo owner gitmaster at git.koha-community.org
Fri Dec 11 16:30:36 CET 2015


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  f4870f6666127f0f0b2c49cc4f89cadd0241a8b9 (commit)
      from  9e518de90f3baafc5d44eefd423e3ee2a491c60d (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 f4870f6666127f0f0b2c49cc4f89cadd0241a8b9
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Mon Nov 23 09:19:06 2015 +0100

    Bug 14599 - Saved auth login and password are used in patron creation from
    
    If one save the login and password used to authenticate in staff interface, when creating a new patron, those login and password are filled in the corresponding inputs in the form.
    This behaviour is awkward from web browser.
    
    A trick is provided by http://stackoverflow.com/questions/10738090/why-firefox-autocomplete-even-with-different-input-name
    
    I found that the best way is to use an hidden disabled input between userid and password.
    
    Test plan :
    
    - Log into Koha
    - Allow the browser to save the userid/password
    - Be sure that you have only one userid/password for this Koha
    - Loggout
    - Re log to check the browser autocomplets the authentication form
    - Create a new patron
    => Without patch your saved userid/password have been added to the form
    => With patch your saved userid/password have not been added to the form
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    This is not elegant but it works.
    Note that the problem does not exist with Chromium
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt |    3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list