[TYPO3-english] Condition to see if page has limited access
Viktor Livakivskyi
invisible.kinder at gmail.com
Tue Mar 19 11:09:31 CET 2013
Hi.
You can think about making single page with login form and set globally:
config.typolinkLinkAccessRestrictedPages = <id_of_page_with_form>
also look at config.typolinkLinkAccessRestrictedPages_addParams, if you
want to redirect user back to non-accessible before page after his
successfull login.
Regards.
Hi
>
> this is probably very simple, but I couldn't look it up anyhow:
> Is there a condition that applies when a page (or, maybe also its
> content) has limited access rights AND the user doesn't have these rights?
>
> -> to display a login form on the page - but only when needed.
>
> I know I can check with
> [usergroup=*]
> [else]
> (show form)
> [global]
> - but I would like to set it globally, so as soon as editors create
> restricted content, the login form will appear.
>
> Thanks!
> Urs
>
More information about the TYPO3-english
mailing list