We are building a website inwhich user must be authenticated before access the site. However, I don't know if it's possible to do that in Piranha? I used
<authorization>
<deny users ="?"/>
</authorization>
but it does not work.
Is anyone know how to do that?
Thanks