2 <form accept-charset="UTF-8" action="{%url=modules.php?module=admin&what=config_secure%}" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
5 <td class="table_header bottom" colspan="3" align="center">
6 <strong>{--ADMIN_CONFIG_SECURITY_TITLE--}</strong>
10 <td align="right" width="380">
11 {--ADMIN_CONFIG_MIN_PASS_LENGTH--}:
14 <input type="text" class="form_field" name="pass_len" size="3" maxlength="3" value="{?pass_len?}" />
18 <td class="bottom" align="right" width="380">
19 {--ADMIN_CONFIG_SALT_LENGTH--}:
22 <input type="text" class="form_field" name="salt_length" size="3" maxlength="3" value="{?salt_length?}" />
26 <td class="table_footer" colspan="3" align="center">
27 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
28 <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
36 {--ADMIN_CONFIG_SALT_LENGTH_NOTICE--}