Not a developer? Go to MovableType.com

Documentation

UserPasswordMinLength

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>Specify the minimum length of the password (the default value is 8).</p>
<pre class="prettyprint"><code class="language-mt">UserPasswordMinLength 10
</code></pre>
Back