mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Added password reset to control.auth
This commit is contained in:
@@ -6,8 +6,6 @@ from django.contrib.auth import (
|
||||
authenticate, login, logout, update_session_auth_hash,
|
||||
)
|
||||
from django.contrib.auth.tokens import default_token_generator
|
||||
from django.core import signing
|
||||
from django.core.signing import BadSignature, SignatureExpired
|
||||
from django.core.urlresolvers import reverse
|
||||
from django.db.models import Count
|
||||
from django.shortcuts import redirect
|
||||
@@ -27,7 +25,6 @@ from pretix.presale.forms.checkout import GuestForm
|
||||
from pretix.presale.views import (
|
||||
CartDisplayMixin, EventViewMixin, LoginRequiredMixin,
|
||||
)
|
||||
from pretix.presale.views.cart import CartAdd
|
||||
|
||||
|
||||
class EventIndex(EventViewMixin, CartDisplayMixin, TemplateView):
|
||||
|
||||
Reference in New Issue
Block a user