[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/auth/db/ -> upgrade.txt (source)

   1  This files describes API changes in /auth/db/*,
   2  information provided here is intended especially for developers.
   3  
   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  
  10  === 2.9 ===
  11  
  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
  16  * sha1/md5 hash comparisons are now enforced case insensitive (as underlying they are hexidecimal values)


Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1