mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
11 lines
410 B
Plaintext
11 lines
410 B
Plaintext
This files describes API changes in /auth/db/*,
|
|
information provided here is intended especially for developers.
|
|
|
|
=== 2.9 ===
|
|
|
|
Some alterations have been made to the handling of case sensitity handling of passwords
|
|
and password hashes which previously varied depending on database configuration:
|
|
|
|
* Plain text password matching is now always case sensitive
|
|
* Password hash comparisons are now case insensitive
|