book
Article ID: 38676
calendar_today
Updated On:
Issue/Introduction
How can I set the maximum number of concurrent logins a user can have to Spectrum OneClick?
Resolution
The maximum number of OneClick logins allowed for a user is defined by the value of the 'MaxOneClickLogins' attribute (0x12a7e) on the user model.
The default is unlimited (-1). You can set the attribute to a value to restrict the user model on the number of logins they are allowed.
This can be changed in the User Tab, Component Detail Panel, under the General Information subview for the user model. Updating the 'Maximum Logins' field will update the value set in the 'MaxOneClickLogins' attribute (0x12a7e).
If you want to restrict a group of users, you can set the 'Maximum Logins" on the Group model in the Users Tab, and all group members will take on the Group restrictions.
If you want to restrict all users dynamically, the easiest way would be to run a Locator search for all User Models, select all Users, and use the Attribute Editor to set the value of the 'MaxOneClickLogins' attribute (0x12a7e).
Additional Information
Please reference the "
Manage OneClick License by Limiting Concurrent User Logins" section of the documentation for more information.