From 086ae52d12011746a75f5588e877347bc0457352 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Fri, 21 Mar 2008 11:49:34 +0100 Subject: Update auf MediaWiki 1.12.0 --- extensions/LLAuthPlugin.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extensions') diff --git a/extensions/LLAuthPlugin.php b/extensions/LLAuthPlugin.php index 59bf19e7..f2aa7257 100644 --- a/extensions/LLAuthPlugin.php +++ b/extensions/LLAuthPlugin.php @@ -117,6 +117,10 @@ class LLAuthPlugin extends AuthPlugin { return true; } + function strictUserAuth( $username ) { + return true; + } + function initUser( $user, $autocreate=false ) { $data = $this->getUserData($user->getName()); $user->setEmail($data['email']); -- cgit v1.2.3-54-g00ecf