Commit | Line | Data |
---|---|---|
c00cbdc7 DM |
1 | This files describes API changes in /auth/db/*, |
2 | information provided here is intended especially for developers. | |
3 | ||
6ab41abd AN |
4 | === 3.1 === |
5 | ||
6 | * The auth_plugin_db::clean_data() has been deprecated and will be removed | |
7 | in a future version. Please update to use core_user::clean_data() | |
8 | instead. | |
9 | ||
c00cbdc7 DM |
10 | === 2.9 === |
11 | ||
4832be5a DP |
12 | Some alterations have been made to the handling of case sensitity handling of passwords |
13 | and password hashes which previously varied depending on database configuration: | |
14 | ||
15 | * Plain text password matching is now always case sensitive | |
e7087cb4 | 16 | * sha1/md5 hash comparisons are now enforced case insensitive (as underlying they are hexidecimal values) |