]> git.gir.st - subscriptionfeed.git/commit
[DATABASE CHANGE: Migration below] make login tokens revocable
authorgirst <tobi@isticktoit.net>
Thu, 18 Mar 2021 21:49:11 +0000 (22:49 +0100)
committergirst <tobi@isticktoit.net>
Thu, 18 Mar 2021 22:02:29 +0000 (23:02 +0100)
commit78f34be2772a5207612ed58f6326b34b2c941c4f
treec3a2a60565673205b55b3e91479224a02ffb42d7
parent54ff083945c48e0298dc86cbbcd476f21ba58af3
[DATABASE CHANGE: Migration below] make login tokens revocable

Note that without the migration, nothing except magic-token-login will
break.

Migration:
    INSERT INTO user_tokens SELECT id, token FROM users;
README.md
app/common/user.py
app/templates/account_mgmt.html.j2
config/setup.sql
Imprint / Impressum