[pmwiki-users] crypt() && htpasswd problem

Dominique Faure dominique.faure at gmail.com
Thu Apr 27 03:21:52 CDT 2006


On 4/27/06, Marco Ferretti <marco.ferretti at gmail.com> wrote:
> Hi all,
> I am facing a strange problem on a newly installed ubuntu machine :
> if I try to use the .htpasswd with authuser, the login process cannot
> recognize the user/password, while, if I explicitly set the user in
> config.php, everything goes fine.
>
> I have made a simple test :
>
> htpasswd -cb /var/www/pmwiki/.htpasswd admin admin

you may try to use the MD5 encryption with:

htpasswd -cbm /var/www/pmwiki/.htpasswd admin admin

Regards,
Dom




More information about the pmwiki-users mailing list