From 7bfb316d6bc5af60d1e97c5e7bc13b28b65bcdfc Mon Sep 17 00:00:00 2001 From: naucon Date: Thu, 3 Aug 2017 01:01:21 +0200 Subject: [PATCH] Allow `system.session.timeout` field to be 0 (#1598) --- system/blueprints/config/system.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/blueprints/config/system.yaml b/system/blueprints/config/system.yaml index 4e806127c..9ed7a0753 100644 --- a/system/blueprints/config/system.yaml +++ b/system/blueprints/config/system.yaml @@ -1003,7 +1003,7 @@ form: help: PLUGIN_ADMIN.TIMEOUT_HELP validate: type: number - min: 1 + min: 0 session.name: type: text