You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can see how to restrict access to an URL if an organization is subscribed to a defined plan (i.e “PRO” or “STANDARD” plan) in the rules - i.e. fail_subscription - but we don’t see any way to restrict an URL to a member of an organization subscribed to any plan other than adding an access rules for each plan for that URL. Is there a better way to do it?
The text was updated successfully, but these errors were encountered:
fail_subscription takes an optional plan parameter, so technically it will work for any subscription as well. The feature might not show up in the UI. To investigate.
We can see how to restrict access to an URL if an organization is subscribed to a defined plan (i.e “PRO” or “STANDARD” plan) in the rules - i.e.
fail_subscription
- but we don’t see any way to restrict an URL to a member of an organization subscribed to any plan other than adding an access rules for each plan for that URL. Is there a better way to do it?The text was updated successfully, but these errors were encountered: