Skip to content

Fix supervisor crash on sign-up

This merge request fixes the crash on supervisor sign-up that has appeared after migration to Django 3.

The issue is related to a faulty request to the user database with a get that should have been replaced with a filter instead as done for the other classes present in the same file.

Fixes #568 (closed)

Edited by Flavio TARSETTI

Merge request reports