UserLockoutInterval
This is documentation about a configuration directive, which can be placed within Movable Type’s core configuration file, mt-config.cgi
, to customize the behavior of the system.
<p>This configuration directive specifies the duration for the user lockout. The default value is 1800 (seconds). For example, using with <a href="/documentation/appendices/config-directives/userlockoutlimit.html">UserLockoutLimit</a>, the following configuration directives will lock out a user if he or she submits an incorrect password 6 or more times within 1800 seconds. </p>
<pre class="prettyprint"><code class="language-bsh">UserLockoutLimit 6
UserLockoutInterval 1800