Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3103
User.php.patch
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Authored By
•
bzimport
Nov 21 2014, 9:21 PM
2014-11-21 21:21:45 (UTC+0)
Size
478 B
Referenced Files
None
Subscribers
None
User.php.patch
View Options
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
Details
Attached
Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2673
Default Alt Text
User.php.patch (478 B)
Attached To
Mode
T8394: Create account "by e-mail" requires password
Attached
Detach File
Event Timeline
Log In to Comment