* AuthPlugin added strictUserAuth() method to allow per-user override
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 2 Oct 2007 19:02:44 +0000 (19:02 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 2 Oct 2007 19:02:44 +0000 (19:02 +0000)
commit4f379f91c157e9ac1ad87e6f5f6e887eaafd4e80
tree906c29aba2b24a0e9e04637eb190993e039879bb
parentd16c8f274db1977ffb2f46253d3dc8caf0fe17c6
* AuthPlugin added strictUserAuth() method to allow per-user override
  of the strict() authentication behavior.

Fixes the hole where old local passwords could still be used to log into the global account after merging.
Based on patch by Rotem Liss from http://he.wikipedia.org/wiki/%D7%9E%D7%A9%D7%AA%D7%9E%D7%A9:Rotemliss/CentralAuth#2
Changed function name from authenticateLocally() to strictUserAuth() and reversed return value to mesh a little better with strict()
RELEASE-NOTES
includes/AuthPlugin.php
includes/User.php