Skip to content
Snippets Groups Projects
Commit 34a11e94 authored by Yadd's avatar Yadd
Browse files

Add missing simpleInputContainer for DBI connexion parameters

parent 9f781d42
No related branches found
No related tags found
No related merge requests found
Pipeline #35409 passed
......@@ -118,8 +118,8 @@ sub defaultValues {
'handlerInternalCache' => 15,
'handlerServiceTokenTTL' => 30,
'hiddenAttributes' => '_password _2fDevices',
'hideOldPassword' => 1,
'httpOnly' => 1,
'hideOldPassword' => 1,
'httpOnly' => 1,
'https' => -1,
'impersonationHiddenAttributes' => '_2fDevices, _loginHistory',
'impersonationIdRule' => 1,
......
......@@ -178,6 +178,7 @@ sub tree {
{
title => 'dbiConnection',
help => 'authdbi.html#connection',
form => 'simpleInputContainer',
nodes => [
'dbiAuthChain', 'dbiAuthUser',
'dbiAuthPassword'
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment