I was able to prevent concurrent logins by adding FEATURES['PREVENT_CONCURRENT_LOGINS'] = True
to the "“openedx-common-settings” patch. With this patch I was automatically logged out from one browser when I logged in from another one. To reproduce, I did:
- Log in from Firefox
- Log in from Chromium
- Explore courses in Firefox: I am no longer logged-in.