Skip to content

Commit

Permalink
[oauth] Fixxes #9819
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasKotlyar committed Jun 1, 2017
1 parent cd4d690 commit c363761
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 c363761

Please sign in to comment.