[Erp5-report] r24580 - /erp5/trunk/products/ERP5/PropertySheet/Preference.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 13 12:59:16 CET 2008


Author: ivan
Date: Thu Nov 13 12:59:10 2008
New Revision: 24580

URL: http://svn.erp5.org?rev=24580&view=rev
Log:
Add preference for max user's inactivity duration before user is logged out from the system.

Modified:
    erp5/trunk/products/ERP5/PropertySheet/Preference.py

Modified: erp5/trunk/products/ERP5/PropertySheet/Preference.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/Preference.py?rev=24580&r1=24579&r2=24580&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/Preference.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/Preference.py [utf8] Thu Nov 13 12:59:10 2008
@@ -88,5 +88,10 @@
       'type'            : 'string',
       'default'         : '',
       'mode'            : 'w'},
+      { 'id'            : 'preferred_max_user_inactivity_duration',
+      'description'     : 'Maximum user\'s inactivity duration in seconds before user is automatically logged out',
+      'type'            : 'float',
+      'default'         : '',
+      'mode'            : 'w'},
   )
 




More information about the Erp5-report mailing list