|
9 | 9 | <system>
|
10 | 10 | <section id="admin">
|
11 | 11 | <group id="security">
|
12 |
| - <field id="admin_account_sharing" translate="label comment" type="select" sortOrder="5" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1"> |
| 12 | + <field id="admin_account_sharing" translate="label comment" type="select" sortOrder="5" showInDefault="1" canRestore="1"> |
13 | 13 | <label>Admin Account Sharing</label>
|
14 | 14 | <comment>If set to Yes, you can log in from multiple computers into same account. Default setting No improves security.</comment>
|
15 | 15 | <source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
|
16 | 16 | </field>
|
17 |
| - <field id="password_reset_protection_type" translate="label" type="select" sortOrder="6" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1"> |
| 17 | + <field id="password_reset_protection_type" translate="label" type="select" sortOrder="6" showInDefault="1" canRestore="1"> |
18 | 18 | <label>Password Reset Protection Type</label>
|
19 | 19 | <source_model>Magento\Security\Model\Config\Source\ResetMethod</source_model>
|
20 | 20 | </field>
|
21 |
| - <field id="max_number_password_reset_requests" translate="label comment" type="text" sortOrder="7" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1"> |
| 21 | + <field id="max_number_password_reset_requests" translate="label comment" type="text" sortOrder="7" showInDefault="1" canRestore="1"> |
22 | 22 | <label>Max Number of Password Reset Requests</label>
|
23 | 23 | <comment>Limit the number of password reset request per hour. Use 0 to disable.</comment>
|
24 | 24 | <validate>required-entry validate-zero-or-greater validate-digits</validate>
|
25 | 25 | <depends>
|
26 | 26 | <field id="password_reset_protection_type" separator="," negative="1">0</field>
|
27 | 27 | </depends>
|
28 | 28 | </field>
|
29 |
| - <field id="min_time_between_password_reset_requests" translate="label comment" type="text" sortOrder="8" showInDefault="1" showInWebsite="1" showInStore="1" canRestore="1"> |
| 29 | + <field id="min_time_between_password_reset_requests" translate="label comment" type="text" sortOrder="8" showInDefault="1" canRestore="1"> |
30 | 30 | <label>Min Time Between Password Reset Requests</label>
|
31 | 31 | <comment>Delay in minutes between password reset requests. Use 0 to disable.</comment>
|
32 | 32 | <validate>required-entry validate-zero-or-greater validate-digits</validate>
|
|
0 commit comments