Subversion Repositories ALCASAR

Rev

Rev 901 | Rev 910 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 901 Rev 907
Line 136... Line 136...
136
<?php
136
<?php
137
if ($user_type != 'group' && $config[general_show_user_password] != 'no'){
137
if ($user_type != 'group' && $config[general_show_user_password] != 'no'){
138
	echo <<<EOM
138
	echo <<<EOM
139
<tr>
139
<tr>
140
<td align=right colspan=$colspan bgcolor="#d0ddb0">
140
<td align=right colspan=$colspan bgcolor="#d0ddb0">
141
Nouveau mot de passe<br>
141
$l_new_password<br>
142
EOM;
142
EOM;
143
if ($user_password_exists == 'yes')
-
 
144
	echo "<font size=-2>Le mot de passe <font color=\"green\"><b>existe</b></font></font>\n";
-
 
145
else
-
 
146
	echo "<font size=-2>Le mot de passe <font color=\"red\"><b> n'existe pas</b></font></font>\n";
-
 
147
	echo <<<EOM
143
	echo <<<EOM
148
</td>
144
</td>
149
<td>
145
<td>
150
<input type=password name=passwd value="" size=40>
146
<input type=password name=passwd value="" size=40>
151
<br /><input type="button" value="g&eacute;n&eacute;rer" onclick="password(8)">
147
<br /><input type="button" value="$l_passwd_gen" onclick="password(8)">
152
<input type="text" value="" name="pwdgene" size=20 readonly>
148
<input type="text" value="" name="pwdgene" size=20 readonly>
153
</td>
149
</td>
154
</tr>
150
</tr>
155
EOM;
151
EOM;
156
}
152
}