MDL-50794 workshop: Improve the file type restricting implementation
[moodle.git] / auth / db / upgrade.txt
blob45258e75248ef49416a1299690f5fc8883d0e82f
1 This files describes API changes in /auth/db/*,
2 information provided here is intended especially for developers.
4 === 2.9 ===
6 Some alterations have been made to the handling of case sensitity handling of passwords
7 and password hashes which previously varied depending on database configuration:
9 * Plain text password matching is now always case sensitive
10 * sha1/md5 hash comparisons are now enforced case insensitive (as underlying they are hexidecimal values)