With the security enforcer is it also possible to show/hide elements on a page based on a users level?
this is a must have feature
You can already toggle regions visibility based on security level/login with App Connect show/hide dynamic attributes based on the logged in user.
Security enforcer is just for the full page
1 Like
That is nice, but means not visible just a hide class? Because then the element is still accessible via source code of the page or the inspector view.
Hello @oscreative
you can use the conditional regions for that - then the code is not being rendered on the page, if the condition is not met:
Aha, well that is great. Good to know!
