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