/[phpcompta]/phpcompta/html/priv_user.php
ViewVC logotype

Diff of /phpcompta/html/priv_user.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by stanpinte, Mon Mar 21 09:34:22 2005 UTC revision 1.14 by sparkyx, Wed Oct 5 14:34:30 2005 UTC
# Line 69  echo '<h2>Gestion Utilisateurs</h2>'; Line 69  echo '<h2>Gestion Utilisateurs</h2>';
69    
70  <?  <?
71  /* Parse the changes */  /* Parse the changes */
72  if ( isset ( $reset_passwd) ){  if ( isset ( $_GET['reset_passwd']) ){
73    $cn=DbConnect();    $cn=DbConnect();
74    $l_pass=md5('phpcompta');    $l_pass=md5('phpcompta');
75    $Res=ExecSql($cn, "update ac_users set use_pass='$l_pass' where use_id=$uid");    $Res=ExecSql($cn, "update ac_users set use_pass='$l_pass' where use_id=$uid");

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26