[TYPO3-mvc] Set priviliges
Fernando Arconada
falcifer2001 at yahoo.es
Mon Feb 7 10:07:50 CET 2011
Michael version is based on DB records
My version of RBAC is based con Zend_Acl TypoScript, you only need
TypoScript to configure roles, also you could have more than one rule per
object
El Mon, 07 Feb 2011 09:41:37 +0100, Marc Bastian Heinrichs escribió:
> Hey,
>
>> I`m wondering how to set some priviliges ?
>>
>> For example I would like to enable edit or add action only for logged
>> users or for users from some usergroup ?
>>
>> I can set a bool flag in controller and pass it to fluid. But when user
>> will invoke the url with action name manualy he will be able to add new
>> record. How can I block it ?
>
> Extbase and Fluid have no build in access control. Normally you have to
> implement this on your own.
> You can also have a look at an extension for an general approach for
> role based access control system implemented by Michael Knoll and Daniel
> Lienert at http://forge.typo3.org/projects/extension-rbac
>
> Best
> Marc Bastian
More information about the TYPO3-project-typo3v4mvc
mailing list