From 0cc1669f76a2678939df2052d7bd114db04f90d1 Mon Sep 17 00:00:00 2001 From: Jakob Date: Tue, 29 Mar 2016 07:03:33 -0700 Subject: [PATCH] Add debug message for testing pre_user_login_hook. --- auth/manual/auth.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/auth/manual/auth.php b/auth/manual/auth.php index c6df146..42f194d 100644 --- a/auth/manual/auth.php +++ b/auth/manual/auth.php @@ -250,6 +250,11 @@ class auth_plugin_manual extends auth_plugin_base { } } + + public function pre_user_login_hook(&$user){ + debugging('Hook pre_user_login_hook was called', DEBUG_DEVELOPER); + } + } -- 1.9.5.msysgit.0