Skip to content

Commit d568bfe

Browse files
author
Oleksii Korshenko
authored
MAGETWO-69610: [oauth] Fixxes #9819 #9820
2 parents cdaf5d9 + 7eb0c10 commit d568bfe

File tree

1 file changed

+12
-0
lines changed
  • app/code/Magento/Integration/etc/adminhtml

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,18 @@
4848
<comment>Timeout for OAuth consumer credentials Post request within X seconds.</comment>
4949
</field>
5050
</group>
51+
<group id="authentication_lock" translate="label" type="text" sortOrder="400" showInDefault="1" showInWebsite="0" showInStore="0">
52+
<label>Authentication Locks</label>
53+
<field id="max_failures_count" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
54+
<label>Maximum Login Failures to Lock Out Account</label>
55+
<comment>Maximum Number of authentication failures to lock out account.</comment>
56+
</field>
57+
<field id="timeout" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
58+
<label>Lockout Time (seconds)</label>
59+
<comment>Period of time in seconds after which account will be unlocked.</comment>
60+
</field>
61+
</group>
62+
5163
</section>
5264
</system>
5365
</config>

0 commit comments

Comments
 (0)