How to prevent users from logging in to multiple devices concurrently

This setting is actually a key in the FEATURES Django setting, so you’d need to set FEATURES['PREVENT_CONCURRENT_LOGINS'] = True. Is that what the issue was?

On the other hand, it looks like it is true by default… I don’t know what to make of that.

1 Like