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/phpbb31/BridgePhpBB31.php | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'plugins/phpbb31/BridgePhpBB31.php') diff --git a/plugins/phpbb31/BridgePhpBB31.php b/plugins/phpbb31/BridgePhpBB31.php index b6028f5..3cfb89c 100644 --- a/plugins/phpbb31/BridgePhpBB31.php +++ b/plugins/phpbb31/BridgePhpBB31.php @@ -19,18 +19,4 @@ class BridgePhpBB31 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