l'authentification ne fonctionne plus
Bonjour,
sur ma page principale, il y a une authentification :
Code:
1 2 3 4 5 6 7 8
| // DEMANDE D'AUTHENTIFICATION
if ( ! $auth )
{
header( 'WWW-Authenticate: Basic realm="EIS SUPPORT WEBSITE"' );
header("HTTP/1.1 401 Unauthorized");
echo "Accès Restreint...<br/>";
echo "<a href=\"indexpage.php\">Authentification</a>";
} |
et dans PHPMyAdmin/Utilisateurs, le nom de l'utilisateur avec le mot de passe (au cas où celui-ci aurait été perdu, je l'ai ressaisi).
Et pourtant, quand la fenêtre d'authentication s'affiche et que je saisis les identifiants, il ne les accepte pas...Que puis-je faire ?