mirror of
https://github.com/moodle/moodle.git
synced 2025-03-07 01:10:02 +01:00
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.
|