https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40824
--- Comment #39 from Jacob O'Mara <[email protected]> --- Thanks for the feedback! The above patchset should address the issues. Re: the slight bug you mentioned with md5 hashes, there's actually no need for any hashing at all, it's always passed a hashed password from the passwords table anyway, it's redundant checking. It also conveniently also solves the issue of updating to Argon as well. As such I've removed the checking for that in the tests too. The testing is now pretty bare as a result, but there's really not much to check, the object controller doesn't really have many duties! Let me know if there are any other issues! Thanks again -- You are receiving this mail because: 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/
