[FLOW3-general] Making context related roles with the security framework
"Christian Müller (Kitsunet)"
christian.mueller at typo3.org
Tue Feb 14 08:41:41 CET 2012
Hey Christian,
either you work with a self implemented solution or you work with (many)
global roles, you could create role names out of the room/role, so
something like ("room1-admin" or "room2-user") but if that will work out
for you depends very much on how you want to use the roles...
Cheers,
Christian
On 13/02/12 11:29, Christian Peters wrote:
> Hey,
>
> I'm working on a little project, where you can have rights and privileges
> based on context. It's a room based system (like in most Learning
> Management Systems): You can be admin in one room, manager in the next,
> user in a third and have no rights to enter a fourth.
>
> Without flows security framework I would have a many2many relationship
> between a user-model and a user-role and connect the user-role with the
> rooms.
>
> From my understanding, the security framework only supports global roles.
> Is this true or did I misunderstood something? Can I realise something like
> that with the security framework or do I have to implement my own soltution
> (aka bypassing the authorization part and only use the authentication)?
>
> Thanks!
More information about the FLOW3-general
mailing list