File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
app/code/Magento/Integration/etc/adminhtml Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 48
48
<comment >Timeout for OAuth consumer credentials Post request within X seconds.</comment >
49
49
</field >
50
50
</group >
51
+ <group id =" authentication_lock" translate =" label" type =" text" sortOrder =" 400" showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" >
52
+ <label >Authentication Locks</label >
53
+ <field id =" max_failures_count" translate =" label" type =" text" sortOrder =" 30" showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" canRestore =" 1" >
54
+ <label >Maximum Login Failures to Lock Out Account</label >
55
+ <comment >Maximum Number of authentication failures to lock out account.</comment >
56
+ </field >
57
+ <field id =" timeout" translate =" label" type =" text" sortOrder =" 30" showInDefault =" 1" showInWebsite =" 0" showInStore =" 0" canRestore =" 1" >
58
+ <label >Lockout Time (seconds)</label >
59
+ <comment >Period of time in seconds after which account will be unlocked.</comment >
60
+ </field >
61
+ </group >
62
+
51
63
</section >
52
64
</system >
53
65
</config >
You can’t perform that action at this time.
0 commit comments