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:
parent
b6b5cd982e
commit
071577168a
7 changed files with 225 additions and 29 deletions
includes/t-basics
|
@ -14,6 +14,7 @@ abstract class AuthenticatedPage
|
|||
return array(
|
||||
'items' => 'Items' ,
|
||||
'tasks' => 'Tasks' ,
|
||||
'users' => 'Users' ,
|
||||
'logout' => 'Log out'
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue