9 Oct
2007
9 Oct
'07
11:11 p.m.
On 9-Oct-07, at 11:11 AM, Gábor Hojtsy wrote:
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';
exactly, and we need to make it clear that site_network needs to be installed.