From 52a9d776c4f3985d3c6178c5b07d0a6c025686dd Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Wed, 29 Jul 2009 21:48:56 -0600 Subject: [PATCH] hint on check_perms setting --- framework/Auth/lib/Horde/Auth/Application.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/framework/Auth/lib/Horde/Auth/Application.php b/framework/Auth/lib/Horde/Auth/Application.php index d3549ee32..d12a703b8 100644 --- a/framework/Auth/lib/Horde/Auth/Application.php +++ b/framework/Auth/lib/Horde/Auth/Application.php @@ -29,6 +29,11 @@ class Horde_Auth_Application extends Horde_Auth_Base /** * Equivalent methods in application's API. * + * The 'authAuthenticate', 'authAuthenticateCallback', and + * 'authTransparent' methods must not have the check_perms flag set + * (however, for sanity reasons it is best to have a Horde_Auth::getAuth() + * check inside of the authAuthenticate function). + * * @var array */ protected $_apiMethods = array( -- 2.11.0