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
69
Super User 2025 Season 1
oliver.rodrigues
49
Most Valuable Professional
Jon Unzueta
43