Descriptions
It may be relevant to keep multiple logins at the same time for fast switching.
Implementation
The feature should be enabled or disabled using the ADMIN_MULTI_USER config variable.
ADMIN_MULTI_USER (bool) - Controls if the multiple user login support should be enabled or not (defaults to True)
The overall implementation idea should follow the Omni guidelines.

Descriptions
It may be relevant to keep multiple logins at the same time for fast switching.
Implementation
The feature should be enabled or disabled using the
ADMIN_MULTI_USERconfig variable.ADMIN_MULTI_USER(bool) - Controls if the multiple user login support should be enabled or not (defaults toTrue)The overall implementation idea should follow the Omni guidelines.