Commit 8efa969e authored by Jean-Paul Smets's avatar Jean-Paul Smets

Use Login propertysheet.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25563 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 20738366
......@@ -90,6 +90,7 @@ class Person(XMLObject):
, PropertySheet.DublinCore
, PropertySheet.Reference
, PropertySheet.Person
, PropertySheet.Login
, PropertySheet.Mapping
, PropertySheet.Task
)
......
......@@ -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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment