6๐
โ
As of version 0.26:
By default, email confirmations are no longer stored in the database. Instead, the email confirmation mail contains an HMAC based key identifying the email address to confirm.
That is, instead of generating a random key and storing it for later lookup, allauth generates a key from account information that it can then re-generate and verify during the confirmation process.
Source:stackexchange.com