diff --git a/product/ERP5/Document/Person.py b/product/ERP5/Document/Person.py index 23fd3bd5244d609620fee6e73246927c33460f19..8858893bde3e703ca38280c14baabf9145322bb9 100644 --- a/product/ERP5/Document/Person.py +++ b/product/ERP5/Document/Person.py @@ -90,6 +90,7 @@ class Person(XMLObject): , PropertySheet.DublinCore , PropertySheet.Reference , PropertySheet.Person + , PropertySheet.Login , PropertySheet.Mapping , PropertySheet.Task ) diff --git a/product/ERP5/PropertySheet/Person.py b/product/ERP5/PropertySheet/Person.py index c5ac24e40faff7572892d1712878643e08c12038..36768e3cdc9ce03e4e1fb5202051dbea4dc1d4b7 100644 --- a/product/ERP5/PropertySheet/Person.py +++ b/product/ERP5/PropertySheet/Person.py @@ -35,13 +35,6 @@ class Person: _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'