Comments

gábor hojtsy’s picture

AjK: site_network uses user_authenticate($username, $password);, while the latest Drupal 6 code provides function user_authenticate($form_values = array()). No wonder it does not work. You can fix by using the right Drupal 6 API. This was changed a bit late in the interest of security.

AjK’s picture

@Gábor Hojtsy - erm, yes, I understand the problem and the fix (chx pointed me at it to review just in case). I was just creating these issue posts to remind me to actually do it ;)

brmassa’s picture

Version: » 6.x-1.x-dev
Assigned: Unassigned » brmassa
Status: Active » Fixed

Guys,

fixed on CVS

regards,

massa

brmassa’s picture

Jakub,

Site Network now only focus on distributed authentication. The site registry feature are deprecated. So it is much more important now. Fixed on CVS.

regards,

massa

Anonymous’s picture

Status: Fixed » Closed (fixed)

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