Skip to content

Commit 7eb0c10

Browse files
author
Oleksii Korshenko
committed
MAGETWO-69610: [oauth] Fixes #9819 #9820
- updated config labels and comments
1 parent 19afbc5 commit 7eb0c10

File tree

1 file changed

+5
-5
lines changed
  • app/code/Magento/Integration/etc/adminhtml

1 file changed

+5
-5
lines changed

app/code/Magento/Integration/etc/adminhtml/system.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@
3838
</field>
3939
</group>
4040
<group id="authentication_lock" translate="label" type="text" sortOrder="400" showInDefault="1" showInWebsite="0" showInStore="0">
41-
<label>Auth Locks</label>
41+
<label>Authentication Locks</label>
4242
<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>
43+
<label>Maximum Login Failures to Lock Out Account</label>
44+
<comment>Maximum Number of authentication failures to lock out account.</comment>
4545
</field>
4646
<field id="timeout" translate="label" type="text" sortOrder="30" showInDefault="1" showInWebsite="0" showInStore="0" canRestore="1">
47-
<label>timeout</label>
48-
<comment></comment>
47+
<label>Lockout Time (seconds)</label>
48+
<comment>Period of time in seconds after which account will be unlocked.</comment>
4949
</field>
5050
</group>
5151

0 commit comments

Comments
 (0)