[Erp5-report] r25563 - in /erp5/trunk/products/ERP5: Document/ PropertySheet/

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Feb 14 10:36:24 CET 2009


Author: jp
Date: Sat Feb 14 10:36:24 2009
New Revision: 25563

URL: http://svn.erp5.org?rev=25563&view=rev
Log:
Use Login propertysheet.

Modified:
    erp5/trunk/products/ERP5/Document/Person.py
    erp5/trunk/products/ERP5/PropertySheet/Person.py

Modified: erp5/trunk/products/ERP5/Document/Person.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Person.py?rev=25563&r1=25562&r2=25563&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Person.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/Person.py [utf8] Sat Feb 14 10:36:24 2009
@@ -90,6 +90,7 @@
                       , PropertySheet.DublinCore
                       , PropertySheet.Reference
                       , PropertySheet.Person
+                      , PropertySheet.Login
                       , PropertySheet.Mapping
                       , PropertySheet.Task
                       )

Modified: erp5/trunk/products/ERP5/PropertySheet/Person.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Person.py?rev=25563&r1=25562&r2=25563&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Person.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Person.py [utf8] Sat Feb 14 10:36:24 2009
@@ -35,13 +35,6 @@
 
   _properties = (
     # Personnal properties
-    { 'id'         : 'password'
-    , 'description': 'The password used by ERP5Security'
-    , 'type'       : 'string'
-    , 'write_permission' : 'Set own password'
-    , 'read_permission'  : 'Manage users'
-    , 'mode'       : 'w'
-    },
     { 'id'         : 'first_name'
     , 'description': 'First name.'
     , 'type'       : 'string'




More information about the Erp5-report mailing list