Hello everyone,
Can you help me.
I need a simple way to deny access to one or more actions in a
controller. I’m using Auth (no ACL), but on a certain date, I want to
deny access to a number of actions in one of my controllers. This
doesn’t have to be scripted or anything; I don’t mind flipping a
bit in the controller.
I guess I could use the ACL component, but it might be overkill as I
don’t really have any other use for it.
Thank you very much!