Allow None for groups field
Open
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Apparently, we cannot rely on the CAS providing group data to us. Similar to #9, we may need to allow None for groups. Or convert this case to the empty string (this way, group contains tests should still work w/o further changes?!).
```
Internal Server Error: /de/tuid/login/
IntegrityError at /de/tuid/login/
(1048, "Column 'groups' cannot be null"
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.