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
Comment #1
pwolanin commentedAlso, the message is displayed when the drupal module is enabled, even if remote authenication is disabled: http://drupal.org/node/72845
Comment #2
magico commentedI think this was fixed as the previous issue.
Comment #3
(not verified) commented