Skip to content

Commit

Permalink
MAGETWO-69610: [oauth] Fixxes #9819 #9820
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Korshenko authored Jun 7, 2017
2 parents cdaf5d9 + 7eb0c10 commit d568bfe
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 @@ -48,6 +48,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>Authentication Locks</label>
<field id="max_failures_count" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
<label>Maximum Login Failures to Lock Out Account</label>
<comment>Maximum Number of authentication failures to lock out account.</comment>
</field>
<field id="timeout" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
<label>Lockout Time (seconds)</label>
<comment>Period of time in seconds after which account will be unlocked.</comment>
</field>
</group>

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

0 comments on commit d568bfe

Please sign in to comment.