Hi,
I want to allow web page access to Anonymous Users Only. So, Authenticated Users should not allow to access this page.
I have tried using web page access control rules, but not able to achieve this requirement.
Hi,
Don't think I've ever come across this one before, not sure if you can do this with table permissions since their incremental?
But of the top of my head I'd imagine that worst case, you could just encapsulate the whole page on a liquid if condition:
{% if user %}
<code to redirect to "page not found" or show some error on page>
{% else %}
<content for anonymous users>
{% endif %}
Not sure if someone else here knows how this can be done with Table Permissions and Roles.
Fubar
62
Super User 2025 Season 2
Lucas001
48
Super User 2025 Season 2
KevinGador
44
Super User 2025 Season 2