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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/