1
active per session?
(community.nodebb.org)
Kadir-Ay-0 not really, no. What are you trying to achieve with limiting the number of sessions?
julian I want to develop a system that prevents university students from sharing their accounts. In other words, I want to ensure that no more than three different devices can be logged into the same account simultaneously in short, to limit the number of devices that can be logged in at the same time.
Kadir-Ay-0 You can only control this through a dedicated plugin or custom module. Discourse doesn't have a native setting for limiting active sessions per user, but the discourse-auth-tokens plugin allows you to view and revoke sessions, which is the closest thing you're looking for.
A place to talk about whatever you want