|
|
@@ -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 function ThurData\Servers\KerioEmail\Core\Helper\di;
|
|
|
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;
|
|
|
|
|
|
/**
|
|
|
*
|