}
?>

<form method="post" action="sql_users_dopassword.php">
<input type="hidden" name="id" value="<?php 
echo $id;
?>
" />
<table cellspacing="0" cellpadding="4" class="tedit">
  <tr>
    <th><label for="password"><?php 
__("Password");
?>
</label></th>
    <td><input type="password" class="int" name="password" id="password" value="" size="20" maxlength="64" /><?php 
display_div_generate_password(DEFAULT_PASS_SIZE, "#password", "#passwordconf");
?>
</td>
  </tr>
  <tr>
    <th><label for="passwordconf"><?php 
__("Confirm password");
?>
</label></th>
    <td><input type="password" class="int" name="passwordconf" id="passwordconf" value="" size="20" maxlength="64" /></td>
  </tr>
</table>
<br/>
<input type="submit" class="inb" value="<?php 
__("Change user password");
?>
Esempio n. 2
0
__("Login");
?>
</label></th><th><label for="newpass"><?php 
__("Password");
?>
</label></th></tr>
<tr>
	<td><input type="text" class="int" value="<?php 
ehe($newlogin);
?>
" id="newlogin" name="newlogin" maxlength="64" size="32" /><br/><br/></td>
	<td><input type="password" class="int" value="<?php 
ehe($newpass);
?>
" id="newpass" name="newpass" maxlength="64" size="32" /><?php 
display_div_generate_password(DEFAULT_PASS_SIZE, "#newpass");
?>
</td>
</tr>
<tr class="trbtn"><td colspan="2">
	<input type="submit" value="<?php 
__("Add this account to the allowed list");
?>
" class="inb" />
  </td></tr>
</table>

</form>

<script type="text/javascript">
document.forms['main'].newlogin.focus();