Changeset 796


Ignore:
Timestamp:
02/22/06 03:49:10 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2006-01-12 00:28:20 by anarcat]
changer tous les champs de password en type 'password' pour qu'il ne
soit pas visibles quand on fait une demo, une presentation, et pour ne
pas qu'ils entrent dans la memoire des browsers je vais patcher pour
ajouter des champs de confirmation plus tard

Original author: anarcat
Date: 2006-01-12 00:28:20

Location:
bureau/admin
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • bureau/admin/adm_add.php

    r504 r796  
    11<?php 
    22/* 
    3  $Id: adm_add.php,v 1.5 2005/01/19 00:10:08 anarcat Exp $ 
     3 $Id: adm_add.php,v 1.6 2006/01/12 00:28:20 anarcat Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    5555<tr> 
    5656        <th><label for="pass"><?php __("Initial password"); ?></label></th> 
    57         <td><input type="text" id="pass" name="pass" class="int" value="<?php echo $pass; ?>" size="20" maxlength="64" /></td> 
     57        <td><input type="password" id="pass" name="pass" class="int" value="<?php echo $pass; ?>" size="20" maxlength="64" /></td> 
    5858</tr> 
    5959<tr> 
  • bureau/admin/adm_edit.php

    r391 r796  
    11<?php 
    22/* 
    3  $Id: adm_edit.php,v 1.9 2004/08/27 18:00:18 anonymous Exp $ 
     3 $Id: adm_edit.php,v 1.10 2006/01/12 00:28:20 anarcat Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    7575<tr> 
    7676        <th><label for="pass"><?php __("Password"); ?></label></th> 
    77         <td><input type="text" class="int" id="pass" name="pass" value="" size="20" maxlength="64" /></td> 
     77        <td><input type="password" class="int" id="pass" name="pass" value="" size="20" maxlength="64" /></td> 
    7878</tr> 
    7979<tr> 
  • bureau/admin/ftp_add.php

    r107 r796  
    11<?php 
    22/* 
    3  $Id: ftp_add.php,v 1.2 2003/06/10 11:18:27 root Exp $ 
     3 $Id: ftp_add.php,v 1.3 2006/01/12 00:28:20 anarcat Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    5454        <select class="inl" name="prefixe"><?php $ftp->select_prefix_list($prefixe); ?></select>&nbsp;<b>_</b>&nbsp;<input type="text" class="int" name="login" id="login" value="<?php echo $login; ?>" size="20" maxlength="64" /> 
    5555</td></tr> 
    56 <tr><th><label for="pass"><?php __("Password"); ?></label></th><td><input type="text" class="int" name="pass" id="pass" value="<?php echo $pass; ?>" size="20" maxlength="64" /></td></tr> 
     56<tr><th><label for="pass"><?php __("Password"); ?></label></th><td><input type="passwordt" class="int" name="pass" id="pass" value="<?php echo $pass; ?>" size="20" maxlength="64" /></td></tr> 
    5757<tr><th><label for="dir"><?php __("Folder"); ?></label></th><td><input type="text" class="int" name="dir" id="dir" value="<?php echo $dir; ?>" size="20" maxlength="255" /> 
    5858<script type="text/javascript"> 
  • bureau/admin/ftp_edit.php

    r109 r796  
    11<?php 
    22/* 
    3  $Id: ftp_edit.php,v 1.3 2003/06/10 13:16:11 root Exp $ 
     3 $Id: ftp_edit.php,v 1.4 2006/01/12 00:28:20 anarcat Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    5656        <select class="inl" name="prefixe"><?php $ftp->select_prefix_list($r["prefixe"]); ?></select>&nbsp;<b>_</b>&nbsp;<input type="text" class="int" name="login" id="login" value="<?php echo $r["login"]; ?>" size="20" maxlength="64" /> 
    5757</td></tr> 
    58 <tr><th><label for="pass"><?php __("Password"); ?></label></th><td><input type="text" class="int" name="pass" id="pass" value="<?php echo $r["pass"]; ?>" size="20" maxlength="64" /></td></tr> 
     58<tr><th><label for="pass"><?php __("Password"); ?></label></th><td><input type="password" class="int" name="pass" id="pass" value="<?php echo $r["pass"]; ?>" size="20" maxlength="64" /></td></tr> 
    5959<tr><th><label for="rep"><?php __("Folder"); ?></label></th><td><input type="text" class="int" name="rep" id="rep" value="<?php echo $r["dir"]; ?>" size="20" maxlength="64" /> 
    6060 
  • bureau/admin/hta_adduser.php

    r109 r796  
    11<?php 
    22/* 
    3  $Id: hta_adduser.php,v 1.4 2003/06/10 13:16:11 root Exp $ 
     3 $Id: hta_adduser.php,v 1.5 2006/01/12 00:28:20 anarcat Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    4747<?php __("Folder"); ?></td><td><code><?php echo $dir; ?></code></td></tr> 
    4848<tr><td><label for="user"><?php __("Username"); ?></label></td><td><input type="text" class="int" name="user" id="user" value="" size="20" maxlength="64" /></td></tr> 
    49 <tr><td><label for="password"><?php __("Password"); ?></label></td><td><input type="text" class="int" name="password" id="password" value="" size="20" maxlength="64" /></td></tr> 
     49<tr><td><label for="password"><?php __("Password"); ?></label></td><td><input type="password" class="int" name="password" id="password" value="" size="20" maxlength="64" /></td></tr> 
    5050<tr><td colspan="2"><input type="submit" class="inb" value="<?php __("Add this user"); ?>" /></td></tr> 
    5151</table> 
  • bureau/admin/sql_list.php

    r693 r796  
    11<?php 
    22/* 
    3  $Id: sql_list.php,v 1.6 2005/05/27 20:46:26 arnaud-lb Exp $ 
     3 $Id: sql_list.php,v 1.7 2006/01/12 00:28:20 anarcat Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    9595<table cellspacing="0" cellpadding="4"> 
    9696                <tr  class="lst2"><th><?php __("Username"); ?></th><td><code><?php echo $mem->user["uid"]; ?></code></td></tr> 
    97                 <tr  class="lst1"><th><label for="pass"><?php __("Password"); ?></label></th><td><code><input class="int" type="text" name="pass" id="pass" value="" /></code></td></tr> 
     97                <tr  class="lst1"><th><label for="pass"><?php __("Password"); ?></label></th><td><code><input class="int" type="password" name="pass" id="pass" value="" /></code></td></tr> 
    9898                <tr  class="lst2"><th><?php __("SQL Server"); ?></th><td><code><?php echo $mysql->server; ?></code></td></tr> 
    9999                <tr  class="lst1"><th><?php __("Database"); ?></th><td><code><?php echo $mem->user["login"]; ?></code></td></tr> 
Note: See TracChangeset for help on using the changeset viewer.