You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behaviour:
If a user is created via the import and the cell in the is_active row was empty then the backend saved the value "null"
Wanted behaviour:
the new default should be true (every user who is created via the import should have is_active:true, if not explicitly stated otherwise
For the needed migration:
If a user was imported like described, then this user cannot login and they get the snackbar Error
Error: The account is deactivated.
The text was updated successfully, but these errors were encountered:
Wanted behaviour: the new default should be true (every user who is created via the import should have is_active:true, if not explicitly stated otherwise
The default should always be used not only in the import.
Current behaviour:
If a user is created via the import and the cell in the is_active row was empty then the backend saved the value "null"
Wanted behaviour:
the new default should be true (every user who is created via the import should have is_active:true, if not explicitly stated otherwise
For the needed migration:
If a user was imported like described, then this user cannot login and they get the snackbar Error
The text was updated successfully, but these errors were encountered: