Skip to main content

RoleLogic v1.1.1

Released September 30, 2025


One Rule, Maximum Potential

New Enhancements

  • Combined Actions (AND logic) — Add and remove roles in a single rule, reducing redundancy and simplifying configurations.
  • Expanded Match Conditions — Support for up to 4 conditions per rule, enabling more advanced and flexible scenarios.
  • Improved Loop Detection — More precise identification of potential rule loops, eliminating false positives (such as rule ID 0 or empty role IDs).

Complex Use Case Example

Condition:

  • User has any of: Applicant, Trial
  • AND user does not have: Banned, Suspended
  • AND user has all of: Verified, Active

Action (Combined):

  • AddMember
  • RemoveApplicant, Trial

Result (Real Use Case): When an applicant passes verification and becomes active, the system will automatically grant them the full Member role while removing their temporary Applicant/Trial roles — streamlining onboarding and ensuring only eligible users move forward without manual intervention.