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/drupal8/BridgeDrupal8.php | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'plugins/drupal8') diff --git a/plugins/drupal8/BridgeDrupal8.php b/plugins/drupal8/BridgeDrupal8.php index 0be6879..eadbdaa 100644 --- a/plugins/drupal8/BridgeDrupal8.php +++ b/plugins/drupal8/BridgeDrupal8.php @@ -8,16 +8,4 @@ class BridgeDrupal8 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