[Koha-bugs] [Bug 29341] If OpacRenewalBranch = opacrenew, pseudonymization process leads to "internal server error" when patrons renew the loans at OPAC

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Oct 28 21:38:42 CEST 2021


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29341

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |david at davidnind.com

--- Comment #3 from David Nind <david at davidnind.com> ---
Testing notes (koha-testing-docker):

- To set up Pseudonymization:
  . generate a bcrypt_settings code from the command line: htpasswd -bnBC 10 ""
password | tr -d ':\n' | sed 's/$2y/$2a/'
  . add entry to <bcrypt_settings>generated code</bcrypt_settings> in
koha-conf.xml somewhere within the <config></config> (this setting was not in
the koha-conf.xml file and I added before the closing </config>)
  . example:
<bcrypt_settings>$2a$10$Jpln8Gg9Towzux6D4iZVaucXtxum.hf.lnbHIw1RXxZSzy9.mLjo6</bcrypt_settings>
  . flush_memcached and restart_all

. You can then enable the  Pseudonymization system preference and set values
for  PseudonymizationPatronFields and PseudonymizationTransactionFields (I
selected all)

. I initially had trouble generating the error, but was probably related to
refreshing the browser/cached data.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list