All, I'm trying to add some security features in an application that I have started in Django. I was having some difficulty working out how do this, so I started looking at TG, and it's Identity framework. Does the Identity framework allow me to provide the following functionality?
Quick Example: 1)Isolate each instance of an object from other users. For example, if users A, B, & C create schedules, they should only be able to act on there own schedules by default. 2)Grant Specific rights on objects, "schedules" , that the user owns. Here are some scenarios: - Lest say that user A would like to give user B the ability to view their schedule, but nothing else. - User A would like to give user C the ability to view and edit their schedule. - User B would like to give everyone the ability to view there schedules(make it public). As you can see, I'm just trying to give each user the ability to control what's done with there objects/data. Essentially, the application I'm working on is like a blog that would allow people to post to the world, have private posts, or share there posts with other users with the option of giving other users or groups of them permissions to perform specific tasks on their blog entry or entries. I have gone through the Identity Tutorial in the docs, but wasn't quite sure how to create user to user permissions on a per object basis. Thanks! --Nick --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

