You are not logged in.
Bonjour
Je désirerais ôter la fenêtre permettant aux utilisateurs "post only" de changer le mot de passe.
Où dois-je placer les # ci-dessous pour ce faire ?
// And he can change his password, thats it
echo "<td>";
if ($_SESSION["extauth"]!=1&&!ereg("tracking-injector",$_SERVER["PHP_SELF"]))
showPasswordForm($cfg_glpi["root_doc"]."/preferences/index.php",$name);
else echo " ";
echo "</td>";
Merci
Plateforme :
OS : Windows 2000 Server Sp4 / logiciel de décompactage : 7Zip / Navigateurs : Internet Explorer 6sp1
Installation : Package Ocs NG RC2 - XAMPP version 1.4.0.0
Serveur : Apache 2.2.0.0 / Langage : PHP 5.1.1.1 / PhpMyAdmin 2.7.0-pl1
Offline
C'est bon, j'ai trouvé
Merci
Plateforme :
OS : Windows 2000 Server Sp4 / logiciel de décompactage : 7Zip / Navigateurs : Internet Explorer 6sp1
Installation : Package Ocs NG RC2 - XAMPP version 1.4.0.0
Serveur : Apache 2.2.0.0 / Langage : PHP 5.1.1.1 / PhpMyAdmin 2.7.0-pl1
Offline
Bonjour,
quand vous trouvez quelque chose, n'hésitez pas a le noter sur le forum. Il y aurra certainement d'autres personnes qui pourrons étre intéressé par votre trouvaille...
Plateforme :
OS : Windows 2003 Sp1 / logiciel de décompactage : Winzip / Navigateurs : Internet Explorer 6sp1 / firefox 1.5
Installation : Package Ocs NG RC3 - XAMPP version 1.5.1
Serveur : Apache 2.0.55 / Base : 5.0.18-nt / Langage : PHP 5.1.1 / PhpMyAdmin 2.7.0-pl1
Offline
Oh oui bien sur, mais ce n'était pas compliqué en fait.........
Voici la syntaxe du fichier function.php ds GLPI :
#// And he can change his password, thats it
#echo "<td>";
#if ($_SESSION["extauth"]!=1&&!ereg("tracking-injector",$_SERVER["PHP_SELF"]))
# showPasswordForm($cfg_install["root"]."/preferences/index.php",$name);
# else echo " ";
#echo "</td>";
J'espère que ça pourra aider d'autres personnes :-)
Plateforme :
OS : Windows 2000 Server Sp4 / logiciel de décompactage : 7Zip / Navigateurs : Internet Explorer 6sp1
Installation : Package Ocs NG RC2 - XAMPP version 1.4.0.0
Serveur : Apache 2.2.0.0 / Langage : PHP 5.1.1.1 / PhpMyAdmin 2.7.0-pl1
Offline