[koha-commits] main Koha release repository branch 18.05.x updated. v18.05.11-14-g061e95f

Git repo owner gitmaster at git.koha-community.org
Mon Apr 1 18:51:30 CEST 2019


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, 18.05.x has been updated
       via  061e95f4b170053b395830e29d9c959abcb0bd43 (commit)
      from  9fe361a491ebf82697ab1e4b6d439f218f300623 (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 061e95f4b170053b395830e29d9c959abcb0bd43
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Mar 22 12:57:31 2019 +0000

    Bug 22561: Forgotten password requirements hint doesn't list all rules for new passwords
    
    This patch modifies a few templates in the OPAC so that all available
    information on password requirements is displayed for each case where
    the patron is setting a password:
    
     - If the RequireStrongPassword system preference is set, a message
       should appear listing strong password requirements and minimum
       password length.
     - If RequireStrongPassword is not set, the message should only ask for
       a minimum password length.
    
    To test, apply the patch and enable the PatronSelfRegistration and
    OpacResetPassword preferences.
    
    On the following pages, test with RequireStrongPassword both on and
    off. The correct messages should appear.
    
     - OPAC -> Forgot password. Follow the process to reset your password
       until you reach the step where you are entering the new password.
     - OPAC -> Register here. Check the password section of the registration
       form.
     - OPAC -> Log in -> Change your password.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    (cherry picked from commit 50be1c4006e0a1d7e3b537bd849bc77f7a6bb56f)
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit e3e64974d830a8699e8648a82d21a7ffce502955)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-memberentry.tt   |    8 ++++++--
 koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-passwd.tt        |    7 ++++++-
 .../opac-tmpl/bootstrap/en/modules/opac-password-recovery.tt   |    8 ++++++--
 3 files changed, 18 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list