[koha-commits] main Koha release repository branch 17.05.x updated. v17.05.01-77-g7943a45

Git repo owner gitmaster at git.koha-community.org
Thu Jul 27 12:08:30 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, 17.05.x has been updated
       via  7943a4500d45344e5ac4b02d2075ae039faf3d83 (commit)
      from  7485942b508b70039541c75a28469ca162481167 (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 7943a4500d45344e5ac4b02d2075ae039faf3d83
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed Jul 19 09:48:04 2017 +0200

    Bug 18955 - autocomplete is on in OPAC password recovery
    
    In OPAC password recovery form autocomplete is not disabled.
    So when login or email is entered, it is saved in browser input history for autocomplete.
    This is a major issue for OPAC on computers with public access.
    
    This patch adds autocomplete off on forms.
    
    Test :
    - Enable system preferences OpacPasswordChange and OpacResetPassword
    - Go to OPAC
    - Be sure to not be logged in
    - Click on "Forgot your password?"
    - Enter a loggin and email and Submit
    => Without patch there is an autocompletion with values you entered
    => With patch there is no autocompletion
    
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 214a0e61021934c7e6deee5a24cf11606a57199b)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list