Skip to content

Commit

Permalink
MAGETWO-69610: [oauth] Fixes #9819 #9820
Browse files Browse the repository at this point in the history
 - updated config labels and comments
  • Loading branch information
Oleksii Korshenko committed Jun 5, 2017
1 parent 19afbc5 commit 7eb0c10
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/code/Magento/Integration/etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
</field>
</group>
<group id="authentication_lock" translate="label" type="text" sortOrder="400" showInDefault="1" showInWebsite="0" showInStore="0">
<label>Auth Locks</label>
<label>Authentication 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>
<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>timeout</label>
<comment></comment>
<label>Lockout Time (seconds)</label>
<comment>Period of time in seconds after which account will be unlocked.</comment>
</field>
</group>

Expand Down

0 comments on commit 7eb0c10

Please sign in to comment.