<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
This is a part of my config.php file:<br>
---<br>
<tt>$AuthUser['htpasswd'] = 'local/.htpasswd';<br>
include_once('scripts/authuser.php');<br>
$DefaultPasswords['edit'] = 'id:admin';<br>
$DefaultPasswords['upload'] = crypt('secret');<br>
</tt>---<br>
I try to do an ?n=Main.HomePage&action=attr and it shows me a login
form. Nice. I know that edit password is for attr too. But the admin
login doesn't work, even it works for action=edit.<br>
<br>
Can you help me? I use AuthUser and HtpasswdForm.php.<br>
<div class="moz-signature">-- <br>
<hr><b>Benoît Pruneau</b><br>
Programmeur-analyste<br>
ICO Technologies<br>
794, 5e Rue, bureau 111<br>
Shawinigan, Québec G9N 1G1<br>
Tél.: 819-536-8383<br>
<a class="moz-txt-link-abbreviated" href="mailto:serviceico@icotech.ca">serviceico@icotech.ca</a><br>
<a class="moz-txt-link-freetext" href="http://www.icotech.ca">http://www.icotech.ca</a>
<p><br>
</p>
</div>
</body>
</html>