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
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue