Skip to content

Commit 6e3c60f

Browse files
committed
Remove configuration options from useless scopes
1 parent ef0ffcd commit 6e3c60f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/code/Magento/Security/etc/adminhtml/system.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@
99
<system>
1010
<section id="admin">
1111
<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">
1313
<label>Admin Account Sharing</label>
1414
<comment>If set to Yes, you can log in from multiple computers into same account. Default setting No improves security.</comment>
1515
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
1616
</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">
1818
<label>Password Reset Protection Type</label>
1919
<source_model>Magento\Security\Model\Config\Source\ResetMethod</source_model>
2020
</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">
2222
<label>Max Number of Password Reset Requests</label>
2323
<comment>Limit the number of password reset request per hour. Use 0 to disable.</comment>
2424
<validate>required-entry validate-zero-or-greater validate-digits</validate>
2525
<depends>
2626
<field id="password_reset_protection_type" separator="," negative="1">0</field>
2727
</depends>
2828
</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">
3030
<label>Min Time Between Password Reset Requests</label>
3131
<comment>Delay in minutes between password reset requests. Use 0 to disable.</comment>
3232
<validate>required-entry validate-zero-or-greater validate-digits</validate>

0 commit comments

Comments
 (0)