Page MenuHomePhabricator

User.php.patch

Authored By
bzimport
Nov 21 2014, 9:21 PM
Size
478 B
Referenced Files
None
Subscribers
None

User.php.patch

Index: User.php
===================================================================
--- User.php (revision 18291)
+++ User.php (working copy)
@@ -1616,7 +1616,7 @@
// to. Certain authentication plugins do NOT want to save
// domain passwords in a mysql database, so we should
// check this (incase $wgAuth->strict() is false).
- if( strlen( $password ) < $wgMinimalPasswordLength ) {
+ if( strlen( $password ) <= $wgMinimalPasswordLength ) {
return false;
}

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2673
Default Alt Text
User.php.patch (478 B)

Event Timeline