In a controller I decorate functions like this: @auth.requires_membership(VCARD or ROOT)
so far I didn't get any error. Is this the correct syntax to allow more than one group of users to access a function? Kind regards, Annet
In a controller I decorate functions like this: @auth.requires_membership(VCARD or ROOT)
so far I didn't get any error. Is this the correct syntax to allow more than one group of users to access a function? Kind regards, Annet