MDL-20365 auth_db: upgrade.txt - make the hash comment clearer

This commit is contained in:
Dan Poltawski 2014-11-27 08:43:32 +00:00
parent 4832be5a40
commit e7087cb4c6

View File

@ -7,4 +7,4 @@ Some alterations have been made to the handling of case sensitity handling of pa
and password hashes which previously varied depending on database configuration:
* Plain text password matching is now always case sensitive
* Password hash comparisons are now case insensitive
* sha1/md5 hash comparisons are now enforced case insensitive (as underlying they are hexidecimal values)