Update Koha driver to recognize either MD5 or bcrypt password hashes
Koha 3.14 and later uses bcrypt to hash passwords; previously it used md5_base64. This patch updates the driver so that it can handle both. Thanks to Olugbenga Adara for testing.
Please register or sign in to comment