From e0d4877126acc1e7189e6e67e1f1ca24e1dd5f02 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Thu, 16 Jul 2015 21:33:05 -0400 Subject: Add edit form for user authentication --- app/Model/Acl.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Model') diff --git a/app/Model/Acl.php b/app/Model/Acl.php index dfdc82d2..b9c06e98 100644 --- a/app/Model/Acl.php +++ b/app/Model/Acl.php @@ -70,7 +70,7 @@ class Acl extends Base * @var array */ private $admin_acl = array( - 'user' => array('index', 'create', 'save', 'remove'), + 'user' => array('index', 'create', 'save', 'remove', 'authentication'), 'config' => '*', 'link' => '*', 'project' => array('remove'), -- cgit v1.2.3