Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

htpasswd Program


jagged30

Recommended Posts

Posted

I created my password file on my Windows desktop and uploaded to Unix server, since I don't have access to the htpasswd program on my shared server. But I think this may be causing a problem with authentication. I keep getting prompted for credentials when I try to enter the admin area of my site.

Posted

Most probably due to you having generated MD5 encrypted passwords and your provider's machine wants DES.

 

And if you used Apache's "htpasswd.exe" to make the password file, I don't now of a way making it generate DES hashes.

 

using

 

htpasswd -bc file user password

 

still generates MD5's.

 

If anybody knows???

I don't want to set the world on fire—I just want to start a flame in your heart.

 

osCommerce Contributions:

Class cc_show() v1.0 – Show Credit Cards, Gateways

More Product Weight v1.0

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...