mirror of
https://github.com/pretix/pretix.git
synced 2026-08-09 10:37:50 +00:00
Add missing EmailVerificationTokenGenerator
This commit is contained in:
@@ -67,6 +67,10 @@ class EmailAddressTakenError(IntegrityError):
|
||||
pass
|
||||
|
||||
|
||||
class EmailVerificationTokenGenerator(PasswordResetTokenGenerator):
|
||||
key_salt = "pretix.base.models.auth.EmailVerificationTokenGenerator"
|
||||
|
||||
|
||||
class UserManager(BaseUserManager):
|
||||
"""
|
||||
This is the user manager for our custom user model. See the User
|
||||
|
||||
Reference in New Issue
Block a user