18 Feb
2005
18 Feb
'05
7:46 p.m.
Roberto Lupi wrote at 2005-2-18 08:19 +0100:
You could use an access rule to redirect non-Manager users to a work-in-progress page; you could set a boolean property on the root folder, check its value before redirecting. In this way, you can turn redirection on and off at will.
This has a bit of a problem: During the AccessRule execution, authentication has not taken place. Therefore, it is not so easy to determine whether this is a Manager or not. You can use "REMOTE_ADDR" instead. -- Dieter