Kevin wrote: > Hello, > Is it possible to restrict the access to 1 particular page to a set > of defined users? Also, is it possible to have 1 page that is encrypted > and will be decrypted only when accessed/displayed by certain users? > > Any hints, tips or pointers to additonal info much apprec. >
The restricted access to a specific page will be possible in 0.11, see http://trac.edgewall.org/wiki/PermissionPolicy. For the encryption/decryption thing, I'm not sure if it's possible right now, but in the near future (maybe 0.11 as well) there will be more flexibility in writing custom content converter as plugins (#3332), so you might be able to write a "decrypt" converter which - after having done the necessary permission checks - will send back the decrypted content to the authorized user. -- Christian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
