Changeset 366


Ignore:
Timestamp:
02/22/06 00:11:29 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2004-07-23 14:03:57 by anonymous]
mofication de la taille maximale pour les champs password (64 dans la
BDD) j'ai fixé le premier à 60 le seconde à 61 (afin d'être sûr que
l'utilisateur se rendra compte que son mot de passe pose problème) on
aurait pu faire mieux en modifiant la classe et afficher un joli
message d'erreur, mais ce cas est tellement rare que je ne prefere pas
passer trop de temps là dessus

Original author: anonymous
Date: 2004-07-23 14:03:57

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bureau/admin/mem_param.php

    r135 r366  
    11<?php 
    22/* 
    3  $Id: mem_param.php,v 1.7 2003/08/13 23:52:24 root Exp $ 
     3 $Id: mem_param.php,v 1.8 2004/07/23 14:03:57 anonymous Exp $ 
    44 ---------------------------------------------------------------------- 
    55 AlternC - Web Hosting System 
     
    6363<table border="1" cellspacing="0" cellpadding="4"> 
    6464<tr><th><?php __("Old password"); ?></th><td><input type="password" class="int" name="oldpass" value="<?php echo $oldpass; ?>" size="20" maxlength="128" /></td></tr> 
    65 <tr><th><?php __("New password"); ?> (1)</th><td><input type="password" class="int" name="newpass" value="<?php echo $newpass; ?>" size="20" maxlength="128" /></td></tr> 
    66 <tr><th><?php __("New password"); ?> (2)</th><td><input type="password" class="int" name="newpass2" value="<?php echo $newpass2; ?>" size="20" maxlength="128" /></td></tr> 
     65<tr><th><?php __("New password"); ?> (1)</th><td><input type="password" class="int" name="newpass" value="<?php echo $newpass; ?>" size="20" maxlength="60" /></td></tr> 
     66<tr><th><?php __("New password"); ?> (2)</th><td><input type="password" class="int" name="newpass2" value="<?php echo $newpass2; ?>" size="20" maxlength="61" /></td></tr> 
    6767<tr><td align="center" colspan="3"><input type="submit" class="inb" name="submit" value="<?php __("Change my password"); ?>" /></td></tr> 
    6868</table> 
Note: See TracChangeset for help on using the changeset viewer.