Browse Source

test use sections

andre 3 months ago
parent
commit
e508ac7083
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/UI/Client/Setting/Sections/GeneralSection.php

+ 3 - 0
app/UI/Client/Setting/Sections/GeneralSection.php

@@ -10,6 +10,9 @@ use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\InputGroupElements;
 use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\Hidden;
 use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\Hidden;
 use function ThurData\Servers\KerioEmail\Core\Helper\di;
 use function ThurData\Servers\KerioEmail\Core\Helper\di;
 use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Validators\Decimal;
 use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Validators\Decimal;
+use ThurData\Servers\KerioEmail\App\Validators\PasswordsValidator;
+use ThurData\Servers\KerioEmail\App\Validators\RepeatPasswordValidator;
+use ThurData\Servers\KerioEmail\Core\UI\Widget\Forms\Fields\Password;
 
 
 /**
 /**
  *
  *