Very basic user management

Added an user list page and a form to create new users. All users can
create other users.
This commit is contained in:
Emmanuel BENOîT 2012-02-06 00:09:21 +01:00
parent b6b5cd982e
commit 071577168a
7 changed files with 225 additions and 29 deletions
includes/t-basics

View file

@ -14,6 +14,7 @@ abstract class AuthenticatedPage
return array(
'items' => 'Items' ,
'tasks' => 'Tasks' ,
'users' => 'Users' ,
'logout' => 'Log out'
);
}