W dniu 26.07.2010 22:14, Arthur Baldwin pisze:
> Isn't there some solution that is "less active" than that?

I'm not sure what you mean by less active, but you could have something
like (if users should be able to view other users)

<if test="&acting_user.try.administrator">
 #Show collection
</if>
<else>
 Only admins are allowed to view users listing.
</else>

Or set user permissions to allow viewing other users to admins only (if
that's what you want).

Joachim

-- 
You received this message because you are subscribed to the Google Groups "Hobo 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/hobousers?hl=en.

Reply via email to