Under M$ Windows apache checks not crypted but plain text passwords. For example admin's password is "123" and password file must be admin:123 instead of admin:XrfmOmcNtqcAk for authType Basic.
So make *nix required OS or make it work under windows.

Comments

fasdalf@fasdalf.ru’s picture

As i understood, users could log in with theyr names and passwords exactly as in drupal login form.
Or they must use new passwords from module's table?

m.fu’s picture

Assigned: Unassigned » m.fu
Status: Active » Postponed (maintainer needs more info)

I will check the windows support, but I will not store password in cleartext.

The modules duplicates your password into the htpasswd file. However, it cannot decrypt the password, it can only intercept change. Hence, it only update htpassword when you change your password or create an user.

Therefore installing on a running drupal site, requires users to change their password (even to the same password) to get the htpasswd file update.

m.fu’s picture

Windows apache server require apache md5 digest, which is not a standard md5.

I will update as soon as I have found a php implementation of this algorythm.

In the meantime I'll mark this project as unix only.

fasdalf@fasdalf.ru’s picture

I'll notyfy you if i find it first. Thank you.

m.fu’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Add option to use SHA-1 which is crossplatform.

m.fu’s picture

Status: Closed (fixed) » Fixed

Status: Fixed » Closed (fixed)

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