]> git.gir.st - subscriptionfeed.git/commit
[DATABASE CHANGE: Migration below] implement on-line user creation
authorgirst <tobi@isticktoit.net>
Fri, 15 Oct 2021 02:13:52 +0000 (04:13 +0200)
committergirst <tobi@isticktoit.net>
Fri, 15 Oct 2021 02:13:52 +0000 (04:13 +0200)
commitec90e3dc468f9449b498853279f34ab1f1e9b62e
tree3bb891c5b642c9a0fe08e1346226d05fe3aa6f2a
parentdc001a3a217411d5af1a6f99b2b2617c643e9a18
[DATABASE CHANGE: Migration below] implement on-line user creation

ALTER TABLE users ADD COLUMN is_admin BOOLEAN DEFAULT 0;
UPDATE users SET is_admin = 1 WHERE name = "admin"; -- replace with your username
app/common/user.py
app/templates/account_mgmt.html.j2
Imprint / Impressum