[Koha-bugs] [Bug 30649] Vendor EDI account passwords should be encrypted in the database

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jun 6 08:59:13 CEST 2023


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

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://bugs.koha-community
                   |                            |.org/bugzilla3/show_bug.cgi
                   |                            |?id=31059

--- Comment #35 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
Reported on the ML, it's breaking the upgrade
  ERROR - Exception 'Koha::Exceptions::MissingParameter' thrown 'No
encryption_key in koha-conf.xml'

We should not use Koha module in db revs.

Here we have Koha::Database that can be replaced easily with $dbh, however
there is no good solution for Koha::Encryption.

We could maybe require the module only if there are rows in
vendor_edi_accounts?

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


More information about the Koha-bugs mailing list