Question
Is it possible to be brought automatically to a specific web after logging on? Ideally this would be set in the users preferences document. For example, I have a web called Foo and when user
WonderMuffin logs on I want him brought automatically to the Foo web.
Environment
--
GordonTerrell - 30 May 2006
Answer
Use
RedirectPlugin.
Put in the user's homepage a variable
HOME:
* Set HOME = Yourweb.WebHome
(replace
Yourweb with the web for this user)
Put on the hometopic of the web they will be starting:
<!--
%REDIRECT{"%HOME%"}%
-->
Dependent on the sensitivity of the information on the TWiki you might need to set (stricter) access controls.
--
ArthurClemens - 30 May 2006