stages/identification: load uid_fields from stage in form, add more unit tests

This commit is contained in:
Jens Langhammer
2020-05-10 00:05:36 +02:00
parent fd5b2298e5
commit 8e488670ad
6 changed files with 100 additions and 10 deletions

View File

@ -151,7 +151,7 @@ class FlowExecutorView(View):
def stage_invalid(self) -> HttpResponse:
"""Callback used stage when data is correct but a policy denies access
or the user account is disabled."""
LOGGER.debug("User invalid", flow_slug=self.flow.slug)
LOGGER.debug("Stage invalid", flow_slug=self.flow.slug)
self.cancel()
return redirect_with_qs("passbook_flows:denied", self.request.GET)