[Checkins] SVN: z3c.securitytool/trunk/src/z3c/securitytool/README.txt Added a few comments to the README.txt so users can test the system

Daniel Blackburn blackburnd at gmail.com
Wed Jan 16 19:47:13 EST 2008


Log message for revision 82929:
  
  Added a few comments to the README.txt so users can test the system
  without too much of a headache.
  
  

Changed:
  U   z3c.securitytool/trunk/src/z3c/securitytool/README.txt

-=-
Modified: z3c.securitytool/trunk/src/z3c/securitytool/README.txt
===================================================================
--- z3c.securitytool/trunk/src/z3c/securitytool/README.txt	2008-01-17 00:39:44 UTC (rev 82928)
+++ z3c.securitytool/trunk/src/z3c/securitytool/README.txt	2008-01-17 00:47:12 UTC (rev 82929)
@@ -12,6 +12,28 @@
 on the permission in the matrix.  
 
 
+FOR THE IMPATIENT TO VIEW YOUR SECURITY MATRIX: 
+  Remember this is a work in progress.
+
+  1. Add the <include package="z3c.securitytool"/> to your site.zcml
+  2. Append the @@vum.html view to any context to view the permission
+     matrix for that context.
+     
+  
+  Desired Behavior
+  ---------------
+  On the page you will be able to select the desired skin from all the 
+  available skin on the system. You can also trunkate the results by 
+  selecting the permission from the filter select box.
+
+  When you click on the "Allow" or "Deny" security tool will explain
+  where these permissions were specified wheather by role, group, or
+  in local context. 
+  
+  When you click on a username all the permissions inherited from
+  roles, groups or specifically assigned will be displayed
+
+
   >>> from pprint import pprint
   >>> import zope
   >>> from zope.interface import implements



More information about the Checkins mailing list