I'm using pyramid, and I've set up pretty basic security/ACL. I have a few pages which I want to deny access to for authenticated users (registration, login, etc.) which is easy enough by using this in my acl:I'm using pyramid, and I've set up pretty basic