This patch,
http://drupal.org/node/29147

changed the logic for determining site-affiliates-- modules may now use hook_auth without declaring a site affiliate.

The user_register() function does not seem to have been modified to match this change in logic, so if there are any modules employing hook_auth for local authentication, the "/user/register" page will always display this message:

Note: if you have an account with one of our affiliates (), you may login now instead of registering.

Comments

pwolanin’s picture

Also, the message is displayed when the drupal module is enabled, even if remote authenication is disabled: http://drupal.org/node/72845

magico’s picture

Status: Active » Fixed

I think this was fixed as the previous issue.

Anonymous’s picture

Status: Fixed » Closed (fixed)