[Acegisecurity-developer] advanced feature

2006-07-18 Thread Kirin Eugene
Hello everyone! I need your help on Acegi Security module. Please, help who knows how. I have a link: a href=some_url, This link can watch users with administrator and user permissions. I protected it like this authz:authorize ifAnyGranted=ADMINISTRATOR,USER a href=some_url

Re: [Acegisecurity-developer] advanced feature

2006-07-18 Thread Ben Alex
Kirin Eugene wrote: I want to allow to watch this link not all users with user permission, but only user with concrete ID. Other words, if user has the user role and id = 5, then to show link. Do you know how better it to implement? The taglib is designed only to work with roles. You'll