Reply to Re: Website Memberships
If you don't have an account, just leave the password field blank.
Nope, .htpasswd definately does not use MD5. I think they are just encrypted using 'crypt', if that makes any sense.
You're better off not using basic authentication, because there is no reliable way to remove users. If you remove someone from the .htpasswd file, they can still have access because it 'remembers' that the user is still logged in.
You're better off not using basic authentication, because there is no reliable way to remove users. If you remove someone from the .htpasswd file, they can still have access because it 'remembers' that the user is still logged in.