Refactor user email confirmation + password reset handling #919

Merged
konrad merged 11 commits from feature/email-confirmation into main 2021-07-13 20:56:02 +00:00

11 Commits

Author SHA1 Message Date
kolaente 1195c9b243
Fix token migration for postgres
continuous-integration/drone/pr Build is passing Details
2021-07-13 22:50:05 +02:00
kolaente 80b6e9dd0f
Lint
continuous-integration/drone/pr Build is failing Details
2021-07-13 22:22:02 +02:00
kolaente 4712a95909
Add cleanup cron for old tokens 2021-07-13 22:19:25 +02:00
kolaente 96f68e595a
Replace user is_active by status field 2021-07-13 21:58:18 +02:00
kolaente a4e6188c64
Merge branch 'main' into feature/email-confirmation 2021-07-12 22:37:13 +02:00
kolaente e0fb280e89
Merge branch 'main' into feature/email-confirmation 2021-07-12 22:37:06 +02:00
kolaente f9dcd80375
Convert password reset token to user tokens 2021-07-12 22:32:36 +02:00
kolaente 442a945e60
Fix test fixtures 2021-07-12 22:32:00 +02:00
kolaente 73f8d061cc
Move testing related stuff 2021-07-12 21:00:49 +02:00
kolaente 982a55dd58
Start test fixtures 2021-07-11 18:04:03 +02:00
kolaente ff68c88a7f
Move user email confirm to new token 2021-07-11 18:02:44 +02:00