Dan Ungureanu
fa8cd629f1
DEV: Hash tokens stored from email_tokens ( #14493 )
...
This commit adds token_hash and scopes columns to email_tokens table.
token_hash is a replacement for the token column to avoid storing email
tokens in plaintext as it can pose a security risk. The new scope column
ensures that email tokens cannot be used to perform a different action
than the one intended.
To sum up, this commit:
* Adds token_hash and scope to email_tokens
* Reuses code that schedules critical_user_email
* Refactors EmailToken.confirm and EmailToken.atomic_confirm methods
* Periodically cleans old, unconfirmed or expired email tokens
2021-11-25 09:34:39 +02:00
..
2020-07-20 15:23:49 -06:00
2019-12-12 11:45:00 +00:00
2019-04-30 10:27:42 +10:00
2021-09-16 09:56:54 +10:00
2020-02-12 12:11:28 +02:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2021-02-04 11:27:34 +11:00
2020-12-18 09:03:51 -06:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2021-11-25 09:34:39 +02:00
2019-04-30 10:27:42 +10:00
2021-11-11 08:25:31 +10:00
2019-04-30 10:27:42 +10:00
2021-06-15 11:29:46 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2020-11-03 12:38:54 +00:00
2021-01-21 12:59:50 +10:00
2019-04-30 10:27:42 +10:00
2019-07-19 11:29:12 +05:30
2020-06-09 20:49:32 +05:30
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2020-04-01 09:09:20 +10:00
2020-07-06 21:51:56 +02:00
2019-04-30 10:27:42 +10:00
2019-12-19 09:48:01 -08:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2021-08-30 10:37:53 +05:30
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2020-06-17 12:42:20 +02:00
2019-05-09 13:40:36 -04:00
2021-11-24 09:28:20 -06:00
2021-11-24 09:28:20 -06:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2021-04-28 15:00:37 -07:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2020-09-14 12:07:35 +01:00
2019-04-30 10:27:42 +10:00
2020-04-22 20:49:53 +02:00
2019-04-30 10:27:42 +10:00
2021-05-27 17:42:25 +02:00
2019-04-30 10:27:42 +10:00
2020-10-19 10:40:55 +01:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2021-08-05 13:38:39 +04:00
2019-04-30 10:27:42 +10:00
2021-07-30 13:50:47 -04:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-04-30 10:27:42 +10:00
2019-10-01 19:08:41 -07:00
2020-04-22 20:49:53 +02:00
2020-04-22 20:49:53 +02:00
2021-04-30 17:08:38 -07:00