diff --git a/product/ERP5/PropertySheet/Person.py b/product/ERP5/PropertySheet/Person.py
index 146711446ccadfd2ca862a37e8f130a7ed5c21e9..c7481532ba4eb9ef4c1c11172bca17dec913c3b4 100755
--- a/product/ERP5/PropertySheet/Person.py
+++ b/product/ERP5/PropertySheet/Person.py
@@ -38,6 +38,7 @@ class Person:
     { 'id'         : 'password'
     , 'description': ''
     , 'type'       : 'string'
+    , 'write_permission' : 'Set own password'
     , 'mode'       : 'w'
     },
     { 'id'         : 'first_name'