From 4f255c4117b537c9cf0c0332f42535853401604c Mon Sep 17 00:00:00 2001 From: Chuck Hagenbuch Date: Fri, 23 Apr 2010 21:45:31 -0400 Subject: [PATCH] Fix capability name --- framework/Auth/lib/Horde/Auth/Passwd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/Auth/lib/Horde/Auth/Passwd.php b/framework/Auth/lib/Horde/Auth/Passwd.php index ae416174b..78df47aab 100644 --- a/framework/Auth/lib/Horde/Auth/Passwd.php +++ b/framework/Auth/lib/Horde/Auth/Passwd.php @@ -43,7 +43,7 @@ class Horde_Auth_Passwd extends Horde_Auth_Base */ protected $_capabilities = array( 'list' => true, - 'authentication' => true, + 'authenticate' => true, ); /** -- 2.11.0