Add edit form for user authentication

This commit is contained in:
Frederic Guillot
2015-07-16 21:33:05 -04:00
parent b0ac201340
commit e0d4877126
5 changed files with 78 additions and 10 deletions

View File

@@ -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'),