Commit 9bc0caab authored by Romain Courteaud's avatar Romain Courteaud

Generate global preference accessor for preferred_max_user_inactivity_duration

and preferred_time_zone


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24741 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5babd54d
......@@ -87,11 +87,13 @@ class Preference:
'description' : 'Preferred timezone',
'type' : 'string',
'default' : '',
'preference' : 1,
'mode' : 'w'},
{ 'id' : 'preferred_max_user_inactivity_duration',
{ 'id' : 'preferred_max_user_inactivity_duration',
'description' : 'Maximum user\'s inactivity duration in seconds before user is automatically logged out',
'type' : 'float',
'default' : '',
'preference' : 1,
'mode' : 'w'},
)
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