Hi,
I have deployed
dcm4chee-arc-psql-5.19.0-secure dockerized (docker compose installation).
Currently I can login through admin user from different/multiple PCs at a time and system allows me. I want to
restrict/limit admin login from
different PCs at same time. e.g I can login with admin user from only one or two PCs at a time
or like set a limit that how many admin logins allowed at a time. And as the limit exceeds (either it is one, two or five etc), system should restrict me to login as admin from another PC.
Need guidance in this regard.