diff --git a/src/Eccube/Form/Type/Install/Step4Type.php b/src/Eccube/Form/Type/Install/Step4Type.php index 00a447c630d..e3831768291 100644 --- a/src/Eccube/Form/Type/Install/Step4Type.php +++ b/src/Eccube/Form/Type/Install/Step4Type.php @@ -91,6 +91,7 @@ public function buildForm(FormBuilderInterface $builder, array $options) ->add('database_password', PasswordType::class, [ 'label' => trans('install.database_password'), 'required' => false, + 'purify_html' => false, ]) ->addEventListener(FormEvents::POST_SUBMIT, function ($event) { $form = $event->getForm();