Hello

 I have following :

 @identity.require(identity.in_group("USERGRP"))


 Now I want to allow another user from another group
 also access the page.

 My ideal pseudocode would be:

 
@identity.require(identity.in_group("USERGRP"),identity.in_group("ADGRP"))

The server starts up but the ADGRP user cannot log in.

How to resolve this ?

Thanks


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to