From 871f463262f40040ceb4a6c56eb44589a1cda15d Mon Sep 17 00:00:00 2001 From: Christoph Burschka Date: Thu, 16 Jan 2014 19:30:08 +0100 Subject: Finally remove unused setpass/register hooks. --- plugins/phpbb30/BridgePhpBB30.php | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'plugins/phpbb30/BridgePhpBB30.php') diff --git a/plugins/phpbb30/BridgePhpBB30.php b/plugins/phpbb30/BridgePhpBB30.php index fd48e31..45ea642 100644 --- a/plugins/phpbb30/BridgePhpBB30.php +++ b/plugins/phpbb30/BridgePhpBB30.php @@ -19,18 +19,4 @@ class BridgePhpBB30 extends EjabberdAuthBridge { $result = $this->auth->login($username, $password); return $result['status'] == LOGIN_SUCCESS; } - - // The following functions are disabled. This script will not change the phpBB user database. - - function setpass($username, $server, $password) { - return FALSE; - } - - function tryregister($username, $server, $password) { - return FALSE; - } - - function removeuser($username, $server) { - return FALSE; - } } -- cgit v1.1