File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 349
349
<field id =" transport" >smtp</field >
350
350
</depends >
351
351
</field >
352
- <field id =" password" translate =" label comment" type =" password " sortOrder =" 100" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
352
+ <field id =" password" translate =" label comment" type =" obscure " sortOrder =" 100" showInDefault =" 1" showInWebsite =" 1" showInStore =" 1" >
353
353
<label >Password</label >
354
- <comment >Username</comment >
354
+ <comment >Password</comment >
355
+ <backend_model >Magento\Config\Model\Config\Backend\Encrypted</backend_model >
355
356
<depends >
356
357
<field id =" transport" >smtp</field >
357
358
</depends >
Original file line number Diff line number Diff line change 27
27
<disable >0</disable >
28
28
<host >localhost</host >
29
29
<port >25</port >
30
+ <password backend_model =" Magento\Config\Model\Config\Backend\Encrypted" />
30
31
<set_return_path >0</set_return_path >
31
32
<transport >sendmail</transport >
32
33
<auth >none</auth >
You can’t perform that action at this time.
0 commit comments