Skip to content
Snippets Groups Projects

Set a default for newly created users to be active, fixes #6369

Merged Helmo requested to merge helmo/ispconfig3:6369-user-default-active into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -251,7 +251,7 @@ $form['tabs']['users'] = array (
'formtype' => 'CHECKBOX',
'regex' => '',
'errmsg' => '',
'default' => '',
'default' => '1',
'value' => array(0 => 0, 1 => 1),
'separator' => '',
'width' => '30',
Loading