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/drupal7/BridgeDrupal7.php | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'plugins/drupal7/BridgeDrupal7.php') diff --git a/plugins/drupal7/BridgeDrupal7.php b/plugins/drupal7/BridgeDrupal7.php index 3f7ef67..85f21a6 100644 --- a/plugins/drupal7/BridgeDrupal7.php +++ b/plugins/drupal7/BridgeDrupal7.php @@ -8,16 +8,4 @@ class BridgeDrupal7 extends EjabberdAuthBridge { function auth($username, $server, $password) { return user_authenticate($username, $password) !== FALSE; } - - function setpass($username, $server, $password) { - return FALSE; - } - - function tryregister($username, $server, $password) { - return FALSE; - } - - function removeuser($username, $server) { - return FALSE; - } } -- cgit v1.1