[Koha-bugs] [Bug 29132] New: API access denied after update to 19.11.22 due to not executed atomicupdate for api keys

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 29 09:34:52 CEST 2021


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

            Bug ID: 29132
           Summary: API access denied after update to 19.11.22 due to not
                    executed atomicupdate for api keys
 Change sponsored?: ---
           Product: Koha
           Version: 19.11
          Hardware: All
                OS: All
            Status: NEW
          Severity: major
          Priority: P5 - low
         Component: REST API
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: alexander.borkowski at kau.se

After updating from 19.11.21 to 19.11.22, API access to our Koha instance
failed. The reason was that the
installer/data/mysql/atomicupdate/bug_28772_api_keys.pl was not executed,
likely due to the fact that installer/data/mysql/updatedatabase.pl only
executes files that end in .perl or .sql, while the new one ends in .pl.
Manually executing the equivalent code (hashing the API-keys) fixes the
problem.

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


More information about the Koha-bugs mailing list