make json

This commit is contained in:
Christophe Maudoux 2019-07-07 22:30:24 +02:00
parent 240617d8d8
commit 36c806fa61
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ sub defaultValues {
'casAccessControlPolicy' => 'none',
'casAuthnLevel' => 1,
'checkTime' => 600,
'checkUserHiddenAttributes' => '_loginHistory hGroups _session_id',
'checkUserHiddenAttributes' => '_loginHistory _session_id hGroups',
'checkUserIdRule' => 1,
'checkXSS' => 1,
'confirmFormMethod' => 'post',

View File

@ -785,7 +785,7 @@ qr/(?:(?:https?):\/\/(?:(?:(?:(?:(?:(?:[a-zA-Z0-9][-a-zA-Z0-9]*)?[a-zA-Z0-9])[.]
'type' => 'bool'
},
'checkUserHiddenAttributes' => {
'default' => '_loginHistory hGroups _session_id',
'default' => '_loginHistory _session_id hGroups',
'type' => 'text'
},
'checkUserIdRule' => {

File diff suppressed because one or more lines are too long