2014-11-27 13:57:06 +08:00
|
|
|
This files describes API changes in /auth/db/*,
|
|
|
|
information provided here is intended especially for developers.
|
|
|
|
|
2017-04-03 10:50:09 -04:00
|
|
|
=== 3.3 ===
|
|
|
|
|
2017-04-04 00:14:35 +02:00
|
|
|
* The config.html file was migrated to use the admin settings API.
|
2017-04-03 10:50:09 -04:00
|
|
|
The identifier for configuration data stored in config_plugins table was converted from 'auth/db' to 'auth_db'.
|
|
|
|
|
2016-04-21 15:43:35 +08:00
|
|
|
=== 3.1 ===
|
|
|
|
|
|
|
|
* The auth_plugin_db::clean_data() has been deprecated and will be removed
|
|
|
|
in a future version. Please update to use core_user::clean_data()
|
|
|
|
instead.
|
|
|
|
|
2014-11-27 13:57:06 +08:00
|
|
|
=== 2.9 ===
|
|
|
|
|
2014-11-27 08:26:43 +00:00
|
|
|
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
|
2014-11-27 08:43:32 +00:00
|
|
|
* sha1/md5 hash comparisons are now enforced case insensitive (as underlying they are hexidecimal values)
|