Merge "Add frontend API for uploading via iframe"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Mon, 13 Jul 2015 17:50:15 +0000 (17:50 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Mon, 13 Jul 2015 17:50:15 +0000 (17:50 +0000)
includes/User.php

index 95ac0f1..772330b 100644 (file)
@@ -4005,6 +4005,7 @@ class User implements IDBAccessObject {
                        return true;
                } elseif ( $wgAuth->strict() ) {
                        // Auth plugin doesn't allow local authentication
+                       wfDebugLog( 'AuthPluginStrict', "Authentication denied for {$this->getName()}" );
                        return false;
                } elseif ( $wgAuth->strictUserAuth( $this->getName() ) ) {
                        // Auth plugin doesn't allow local authentication for this user name