[FLOW3-general] How to secure a controller?

Qbus | Axel Wüstemann awu at qbus.de
Sun Jan 13 19:41:32 CET 2013


Am 13.01.2013 14:05, schrieb Steffen Wickham:

> resources:
>   entities: []
>   methods:
>     SecuredArea: 'method(QBUS\BestDesQ\Controller\(?!Login)Controller->.*Action())'
>
> roles:
>   Administrator: []
>
> acls:
>   Administrator:
>     methods:
>       SecuredArea: GRANT

Sorry, but this unfortunatly also don't work. I will stay on the 
standard contoller, no redirect occurs.

I'm a bit stupid related to regular expressions, so I can't check, 
whether this is right: (?!Login)Controller => all but not Login

Thank you, Axel


More information about the Flow mailing list