Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c00cbdc
)
MDL-20365 auth_db: refinement to the upgrade.txt
author
Dan Poltawski
<dan@moodle.com>
Thu, 27 Nov 2014 08:26:43 +0000
(08:26 +0000)
committer
Dan Poltawski
<dan@moodle.com>
Thu, 27 Nov 2014 08:26:43 +0000
(08:26 +0000)
auth/db/upgrade.txt
patch
|
blob
|
blame
|
history
diff --git
a/auth/db/upgrade.txt
b/auth/db/upgrade.txt
index
b2a79c7
..
160f41f
100644
(file)
--- a/
auth/db/upgrade.txt
+++ b/
auth/db/upgrade.txt
@@
-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