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

View file

@ -6,6 +6,9 @@ BEGIN;
-- Tables from the main database structure
\i database/create-tables.sql
-- User functions
\i database/users-functions.sql
-- Items tree management and associated functions
\i database/items-tree-triggers.sql
\i database/items-functions.sql