forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MDL-20365 auth_db: Warning users about case sensitive plain passwords
Also, changing returned passwords to lower case when maching against an md5() string or a sha1() string.
- Loading branch information
David Monllao
committed
Nov 27, 2014
1 parent
bc92aac
commit c00cbdc
Showing
2 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
This files describes API changes in /auth/db/*, | ||
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. |