Skip to content

Commit

Permalink
MAGETWO-69610: [oauth] Fixxes #9819 #9820
Browse files Browse the repository at this point in the history
 - Merge Pull Request #9820 from EliasKotlyar/magento2:feature/authlock
  • Loading branch information
Oleksii Korshenko committed Jun 1, 2017
2 parents cd4d690 + c363761 commit 19afbc5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/code/Magento/Integration/etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@
<comment>Timeout for OAuth consumer credentials Post request within X seconds.</comment>
</field>
</group>
<group id="authentication_lock" translate="label" type="text" sortOrder="400" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Auth Locks</label>
<field id="max_failures_count" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
<label>max_failures_count</label>
<comment></comment>
</field>
<field id="timeout" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
<label>timeout</label>
<comment></comment>
</field>
</group>

</section>
</system>
</config>

0 comments on commit 19afbc5

Please sign in to comment.