[Typo3] Redirect if not logged in

Kraft Bernhard kraftb at gmx.net
Sun Feb 27 12:02:34 CET 2005


Friedrich Schick wrote:
> How to redirect a vistor, which is not logged in if he wants to access 
> an invisible page?

Inaccessible page's shouldn't be visible in the menu.

If you have a html-part which need to get displayed depending if a user
is logged in or not use something like:
temp.login = TEXT
temp.login.value (
<form action="...">
   Login Form
</form>
)
[loginUser = *]
temp.login.value (
<form action="...">
   Logout Form
</form>
)
[global]


greets,
Bernhard
-- 
----------------------------------------------------------------------
"Freiheit ist immer auch die Freiheit des Andersdenkenden"
Rosa Luxemburg, 1871 - 1919
----------------------------------------------------------------------



More information about the TYPO3-english mailing list