Skip to content

Commit 19afbc5

Browse files
author
Oleksii Korshenko
committed
MAGETWO-69610: [oauth] Fixxes #9819 #9820
- Merge Pull Request #9820 from EliasKotlyar/magento2:feature/authlock
2 parents cd4d690 + c363761 commit 19afbc5

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
@@ -37,6 +37,18 @@
3737
<comment>Timeout for OAuth consumer credentials Post request within X seconds.</comment>
3838
</field>
3939
</group>
40+
<group id="authentication_lock" translate="label" type="text" sortOrder="400" showInDefault="1" showInWebsite="0" showInStore="0">
41+
<label>Auth Locks</label>
42+
<field id="max_failures_count" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
43+
<label>max_failures_count</label>
44+
<comment></comment>
45+
</field>
46+
<field id="timeout" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
47+
<label>timeout</label>
48+
<comment></comment>
49+
</field>
50+
</group>
51+
4052
</section>
4153
</system>
4254
</config>

0 commit comments

Comments
 (0)