]> git.ipfire.org Git - pbs.git/commit - src/buildservice/users.py
Refactor user management
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 Oct 2017 16:21:56 +0000 (17:21 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 Oct 2017 16:21:56 +0000 (17:21 +0100)
commitb9c2a52b6fc68ba618f90908e58f9ddb948aa74b
treeaacec5aa0d2c79a15b8b1864fe355b11b2001d5e
parentcc7c870f903cac14aea2c763707d5e058103bf9a
Refactor user management

Move emails to an extra class since they have their own
table and we added a lot of functionality around them.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/buildservice/users.py
src/database.sql
src/web/handlers_auth.py
src/web/handlers_builds.py
src/web/handlers_users.py