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.
@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 ;)
Comments
Comment #1
gábor hojtsyAjK: site_network uses
user_authenticate($username, $password);, while the latest Drupal 6 code providesfunction 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.Comment #2
AjK commented@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 ;)
Comment #3
brmassa commentedGuys,
fixed on CVS
regards,
massa
Comment #4
brmassa commentedJakub,
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
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.