[development] Core drupal.module moved to contribsite_network.module

Gábor Hojtsy gabor at hojtsy.hu
Tue Oct 9 15:11:36 UTC 2007


On 10/9/07, Sean Robertson <seanr at 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


More information about the development mailing list