1 |
efrain |
1 |
This files describes API changes in /auth/db/*,
|
|
|
2 |
information provided here is intended especially for developers.
|
|
|
3 |
|
|
|
4 |
=== 3.3 ===
|
|
|
5 |
|
|
|
6 |
* The config.html file was migrated to use the admin settings API.
|
|
|
7 |
The identifier for configuration data stored in config_plugins table was converted from 'auth/db' to 'auth_db'.
|
|
|
8 |
|
|
|
9 |
=== 3.1 ===
|
|
|
10 |
|
|
|
11 |
* The auth_plugin_db::clean_data() has been deprecated and will be removed
|
|
|
12 |
in a future version. Please update to use core_user::clean_data()
|
|
|
13 |
instead.
|
|
|
14 |
|
|
|
15 |
=== 2.9 ===
|
|
|
16 |
|
|
|
17 |
Some alterations have been made to the handling of case sensitity handling of passwords
|
|
|
18 |
and password hashes which previously varied depending on database configuration:
|
|
|
19 |
|
|
|
20 |
* Plain text password matching is now always case sensitive
|
|
|
21 |
* sha1/md5 hash comparisons are now enforced case insensitive (as underlying they are hexidecimal values)
|