Auth user with postgresql

Piotr Sikora piotr.sikora at frickle.com
Sat Feb 18 00:04:51 UTC 2012


Hi,

> I have no errors, nginx starts correctly, but the password  are
> calculated differently:
> 
> password : pippo
> 
> created with  htpasswd       h7n37SzKs.aO6    (test with
> auth_basic_user_file is ok)
> created with set_md5         0c88028bf3aa6a6a143ed846f2be1ea4   error

Uhm, and what value do you have in the database?

    MD5("pippo") = 0c88028bf3aa6a6a143ed846f2be1ea4

so it would seem that you don't store MD5 hashes after all?

Best regards,
Piotr Sikora < piotr.sikora at frickle.com >



More information about the nginx mailing list