Index: kernel/classes/datatypes/ezuser/eztextfileuser.php
===================================================================
--- kernel/classes/datatypes/ezuser/eztextfileuser.php	(revision 24533)
+++ kernel/classes/datatypes/ezuser/eztextfileuser.php	(working copy)
@@ -63,7 +63,7 @@
     static function loginUser( $login, $password, $authenticationMatch = false )
     {
         $http = eZHTTPTool::instance();
-        $db = eZDB::instance();
+        $db = eZDB::instance( false, array( 'use_slave_server' => false ), true );
 
         if ( $authenticationMatch === false )
             $authenticationMatch = eZUser::authenticationMatch();
