mirror of
https://github.com/getgrav/grav.git
synced 2026-03-18 02:21:11 +01:00
Allow system.session.timeout field to be 0 (#1598)
This commit is contained in:
@@ -1003,7 +1003,7 @@ form:
|
||||
help: PLUGIN_ADMIN.TIMEOUT_HELP
|
||||
validate:
|
||||
type: number
|
||||
min: 1
|
||||
min: 0
|
||||
|
||||
session.name:
|
||||
type: text
|
||||
|
||||
Reference in New Issue
Block a user