stages/user_write: don't update session hash after password change when impersonating

This commit is contained in:
Jens Langhammer
2020-10-18 22:58:05 +02:00
parent ff64182ae8
commit 1d85874f41
2 changed files with 4 additions and 1 deletions

View File

@ -18,9 +18,9 @@ from json import dumps
import structlog
from celery.schedules import crontab
from sentry_sdk import init as sentry_init
from sentry_sdk.integrations.redis import RedisIntegration
from sentry_sdk.integrations.celery import CeleryIntegration
from sentry_sdk.integrations.django import DjangoIntegration
from sentry_sdk.integrations.redis import RedisIntegration
from passbook import __version__
from passbook.core.middleware import structlog_add_request_id