[Nuxeo-tickets] [Nuxeo Repository] #1799: Bug in CPSSecurityPolicy

Nuxeo Repository trac at nuxeo.com
Tue Dec 19 11:52:13 CET 2006


#1799: Bug in CPSSecurityPolicy
--------------------------+-------------------------------------------------
 Reporter:  tracguest     |       Owner:  fguillaume    
     Type:  defect        |      Status:  new           
 Priority:  P2            |   Milestone:                
Component:  CPS (global)  |     Version:  CPS 3.2 branch
 Severity:  normal        |    Keywords:                
--------------------------+-------------------------------------------------
 Hello,

    There is a small bug in CPSSecurityPolicy. The last version, which is
 here :
 http://svn.nuxeo.org/trac/pub/browser/CPSSecurityPolicy/trunk/SecurityPolicyTool.py?rev=16298
    contains a small mistake : the changed password of user is not keeped
 between 2 restarts of zope.

    In order to correct this, it's enough to replace the line 103 :
   member_info = self._members[user_id] = {}
    By this :
   member_info = self._members[user_id] = OOBTree()


    Could you please correct the trunk and make a new revision ?


 Thanks,

-- 
Ticket URL: <http://svn.nuxeo.org/trac/pub/ticket/1799>
Nuxeo Repository <http://www.cps-project.org/>
Nuxeo Repository



This list archive provided by Nuxeo, the leaders of open source ECM. Check out the Nuxeo 5 open source, standards-based ECM project.