9 Oct
2007
9 Oct
'07
5:11 p.m.
On 10/9/07, Sean Robertson <seanr@ngpsoftware.com> wrote:
I've been able to use @drupal.org on quite a few other sites too, so I think it'd be a good idea to focus some efforts on making this backwards compatible.
As far as I see, site_network module only needs an update function to look for drupal module auth maps in the authmap table and update those setting site_network as the auth handler. ie: UPDATE {authmap} SET module = 'site_network' WHERE module = 'drupal'; Gabor