-
I would like to allow users to activate/deactivate their own machines, but to avoid licenses being passed around indefinitely, I'd like to restrict the number of (de)activations a user can perform per day, week, or month. Any hints? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Currently, this isn't possible. The only way to limit number of activations/deactivations is through license tokens with a max activation/deactivation limits, but in order to "reset" the count e.g. weekly, you would need to generate a new token, since tokens are immutable. There are plans to add configurable rate-limits to these actions, but that's not a high priority feature at the moment. But contributions are welcome. |
Beta Was this translation helpful? Give feedback.
It would not prevent that, no. It would only prevent concurrent usage. You would need to implement your own rate limiting logic for now until that previously mentioned issue is tackled.