summaryrefslogtreecommitdiff
path: root/plugins/drupal8
diff options
context:
space:
mode:
authorChristoph Burschka2014-01-16 19:30:08 +0100
committerChristoph Burschka2014-01-16 19:30:08 +0100
commit871f463262f40040ceb4a6c56eb44589a1cda15d (patch)
tree73541d2540c27f922fcfefb1f2e5055e43b97895 /plugins/drupal8
parentUse STDERR in main.php (diff)
downloadejabberd-auth-php-871f463262f40040ceb4a6c56eb44589a1cda15d.tar.gz
Finally remove unused setpass/register hooks.
Diffstat (limited to 'plugins/drupal8')
-rw-r--r--plugins/drupal8/BridgeDrupal8.php12
1 files changed, 0 insertions, 12 deletions
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;
- }
}