Skip to content

Commit 3383aa2

Browse files
authored
Add Comment
1 parent c88c663 commit 3383aa2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PrestaShopBundle/Form/Admin/Configure/AdvancedParameters/Email/SmtpConfigurationType.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
6565
'empty_data' => '',
6666
'label' => $this->trans('SMTP password', 'Admin.Advparameters.Feature'),
6767
'help' => $this->trans('Leave blank if not applicable.', 'Admin.Advparameters.Help'),
68+
/* Some browsers (for example Google Chrome) are totally ignoring "off" value, so we use "new-password" - which is working well for this purpose */
6869
'attr' => [
6970
'autocomplete' => 'new-password',
7071
],

0 commit comments

Comments
 (0)