Skip to content

Commit

Permalink
MDL-20365 auth_db: refinement to the upgrade.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Nov 27, 2014
1 parent c00cbdc commit 4832be5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions auth/db/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ information provided here is intended especially for developers.

=== 2.9 ===

* Plain text password matching is now always case sensitive, it does not
depend on the database sensitiveness anymore.
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
* Password hash comparisons are now case insensitive

0 comments on commit 4832be5

Please sign in to comment.