From 381e589e9699992b6e82c3feef2436dda33abcb5 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Thu, 27 Nov 2008 07:45:08 +0000 Subject: [PATCH] (bug 16445) add info if accounts are not sul accounts to cu results --- includes/AuthPlugin.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/includes/AuthPlugin.php b/includes/AuthPlugin.php index 647be8a36e..7c9b339764 100644 --- a/includes/AuthPlugin.php +++ b/includes/AuthPlugin.php @@ -244,6 +244,11 @@ class AuthPluginUser { # Override this! } + public function getId() { + # Override this! + return -1; + } + public function isLocked() { # Override this! return false; -- 2.20.1