Files
dify/api/tests/unit_tests
zhangx1n ee431ef0ae feat(enterprise): reject member invites that would exceed licensed seats
Batch invites only enforced seats deep inside create_account, per invitee
against a cached count, so a single batch could overshoot the cap. Count
seat-consuming invitees (emails with no existing account) upfront and
reject the whole batch before any account is created, mirroring the
workspace-members admission check. The per-invitee seats catch is folded
into the generic failure handler.
2026-07-15 15:13:24 +08:00
..
2026-07-09 10:35:15 +00:00
2026-07-09 10:35:15 +00:00
2026-07-14 08:25:37 +00:00
2026-06-18 23:07:12 +00:00
2026-06-19 16:44:20 +00:00
2024-04-08 18:51:46 +08:00