Ok, I've just installed both 1.0 and 1.x-dev versions of this on Drupal 5.2, PHP 5.2, mySQL 4, and for the life of me I can't get the form to authenticate the users properly...

Not the html form, not the server authentication, etc... none of those are actually matching my username/password properly and I keep getting back to the login screen over and over... can't figure out why.

Any help?

Comments

NaX’s picture

Can you tell us more about your installation? Things like:

Is this a fresh install of drupal you are testing this on?
Are you using Apache, IIS or something else?
Is your PHP installed as an Apache module or as CGI?
Are you using Windows, Linux or something else?
Do you have any Contrib. modules installed that could be interfering with the authentication?
Have you changed the default settings in any way that could be a problem? (EG. Bypass Login Filter Pages)
What web browsers have you tested this with?

If you can, try secure site on a fresh install of drupal to see if it works on your setup.
Try disabling enabled modules and then testing, till you find the problem module.

appel’s picture

Have you configured access for your roles at 'admin/user/access#securesite'?

David Lesieur’s picture

I had the same problem, which was solved by updating to the dev version and applying this patch.

NaX’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.