diff --git a/product/ERP5/PropertySheet/Person.py b/product/ERP5/PropertySheet/Person.py
index 8396304bbf38a4074e7b4d6952b3ed965110232c..7dee8f04ff300ecc77563c665f5efd7a1942fee4 100755
--- a/product/ERP5/PropertySheet/Person.py
+++ b/product/ERP5/PropertySheet/Person.py
@@ -35,6 +35,11 @@ class Person:
 
   _properties = (
     # Personnal properties
+    { 'id'         : 'password'
+    , 'description': ''
+    , 'type'       : 'string'
+    , 'mode'       : 'w'
+    },
     { 'id'         : 'first_name'
     , 'description': ''
     , 'type'       : 'string'