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.11.x has been updated
       via  585212d477264025cb7c189eace50453c5a39021 (commit)
      from  ae7f79b9035d86ae25dc47751ea98d9041ff2ef0 (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 585212d477264025cb7c189eace50453c5a39021
Author: Mark Tompsett <mtomp...@hotmail.com>
Date:   Thu Jul 4 00:29:01 2019 +0000

    Bug 23250: Just use an @ in the password
    
    Rather than try to use -y and symbols, since
    older versions of pwgen don't have the -y,
    Purposefully just shorten the generated
    password to 15 characters and put @ on the end.
    This avoids nasty shell globbing, fixes the
    MySQL requiring a symbol by default in the
    newer versions.
    
    While @ at the end is less secure, the
    password portion providing security is
    still 15 characters long.
    
    Before patch, password should have potentially
    multiple ugly symbols in it.
    After patch, when creating an instance, the
    password will have an @ at the end of it.
    
    Signed-off-by: Martin Renvoize <martin.renvo...@ptfs-europe.com>
    (cherry picked from commit 6a6866afa343e3b53ad77a36552e19404ac7afab)
    Signed-off-by: Fridolin Somers <fridolin.som...@biblibre.com>
    (cherry picked from commit db843e0dc848b45d5ec9c0a27d2fdb65b2e8989f)
    
    Signed-off-by: Lucas Gass <lu...@bywatersolutions.com>

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

Summary of changes:
 debian/scripts/koha-create |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
main Koha release repository
_______________________________________________
koha-commits mailing list
koha-commits@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-commits

Reply via email to