We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It may be relevant to keep multiple logins at the same time for fast switching.
The feature should be enabled or disabled using the ADMIN_MULTI_USER config variable.
ADMIN_MULTI_USER
bool
True
The overall implementation idea should follow the Omni guidelines.
The text was updated successfully, but these errors were encountered:
joamag
No branches or pull requests
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 toTrue
)The overall implementation idea should follow the Omni guidelines.
The text was updated successfully, but these errors were encountered: