mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
c00cbdc784
Also, changing returned passwords to lower case when maching against an md5() string or a sha1() string.
8 lines
248 B
Plaintext
8 lines
248 B
Plaintext
This files describes API changes in /auth/db/*,
|
|
information provided here is intended especially for developers.
|
|
|
|
=== 2.9 ===
|
|
|
|
* Plain text password matching is now always case sensitive, it does not
|
|
depend on the database sensitiveness anymore.
|