[koha-commits] main Koha release repository branch 3.8.x updated. v3.08.01-17-ga47cdad

Git repo owner gitmaster at git.koha-community.org
Mon May 28 12:12:02 CEST 2012


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, 3.8.x has been updated
       via  a47cdad2014a34a765332ce5578f4464790d3749 (commit)
      from  9e6c5fb5caa22f8b76bc2f3503170a4edb1bb9e9 (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 a47cdad2014a34a765332ce5578f4464790d3749
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon May 14 08:22:14 2012 -0400

    Bug 8080 - login and password is pre-filled by the browser when creating a new patron
    
    When creating a new patron, if you have chosen to let your browser remember your
    login and password for you, the login and password fields will be pre-filled with
    them, leading to a systematic error "the passwords entered do not match" since
    the second password field was not filled. These fields should be blank.
    
    Add the directive autocomplete="off" to the memberentry form tags.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    passes t xt
    enhances usability of password forms, gets my signoff.
    
    Signed-off-by: Paul Poulain <paul.poulain at biblibre.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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

Summary of changes:
 .../prog/en/modules/members/memberentrygen.tt      |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list