[Checkins] SVN: z3c.securitytool/trunk/src/z3c/securitytool/browser/principalinfo.pt Added description to the group inheritance display on the principal details page.

Daniel Blackburn blackburnd at gmail.com
Tue Jul 15 09:59:39 EDT 2008


Log message for revision 88381:
  Added description to the group inheritance display on the principal details page.
  

Changed:
  U   z3c.securitytool/trunk/src/z3c/securitytool/browser/principalinfo.pt

-=-
Modified: z3c.securitytool/trunk/src/z3c/securitytool/browser/principalinfo.pt
===================================================================
--- z3c.securitytool/trunk/src/z3c/securitytool/browser/principalinfo.pt	2008-07-15 13:50:57 UTC (rev 88380)
+++ z3c.securitytool/trunk/src/z3c/securitytool/browser/principalinfo.pt	2008-07-15 13:59:38 UTC (rev 88381)
@@ -126,6 +126,14 @@
                      <h3 >
                         Groups defined for this user
                      </h3>
+                        <p class="sectionInfo"> This section lists the
+                          the groups assigned to this user and <br>their
+                          permissions. The permission inheritance from groups<br>
+                          is more of a permission escalation rather
+                          than a restriction. <br>If there is a conflict
+                          between mulitiple groups 'ALLOW'<br> always overrides.
+                        </p>
+
                      <div tal:repeat="group python: groups.keys()">
                          <br>
                          <div class="contextList" >



More information about the Checkins mailing list