Check in for any installed license, regardless of seat usage #90
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/checkin-any-license"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #89
checkinRequiredLockeddrops thelen(SeenUsers) > FreeSeatscondition: an installed, unrevoked, unexpired license with a check-in URL now phones in monthly whatever the seat usage, so renewals and seat changes propagate to every paying customer — not only those past the free-tier threshold. Seat usage still rides along asseatsUsed.The free-tier promise is untouched and now test-pinned from both sides: a licensed instance below the threshold must check in; an instance with no license must never phone home; no check-in URL (air-gapped) means no check-in. This also makes the dogfood instance exercise the real monthly check-in path despite its handful of test users.