I just noticed that the Gallery module inserts the following text on the "Create New Account" page in the instructions area:

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

Is there any way to remove this? It's confusing the heck out of some of our new users.

Comments

kiz_0987’s picture

Looks like you have the "Drupal" module installed. I do not know much about it, but if you do not want this functionality you should disable the "Drupal" module and the message should disappear.

modctek’s picture

Nope. The Drupal module is disabled. I think this is a feature of the Gallery module, as when I disable this module, that particular text disappears.

profix898’s picture

You should only see this text if at least one other module is installed that supports distributed authentication (DA). Due to API restrictions of Drupal 5.x there is no way to hide the text programmatically (in D6 thats not a problem anymore). Please check your "variable" table in db for a variable named "drupal_authentication_service" and make sure it is set to "0" (FALSE). Perhaps you had a DA module installed at a time and the option remained active for some reason. Otherwise you can hack user.module and comment line 920 generating the output.

jayp01’s picture

If it's worth anything, I'm having exactly the same problem... I don't have the Drupal module installed and never have. This is a brand new site, just installed.

I also looked inside the variable table and couldn't find any variable named "drupal_authentication_service". (I even checked for "similar" named variables and didn't find anything.)

Also, this unwanted text is getting inserted on line 1183 of user.module (not 920 as you reported). I further found reference to your mention of a fix for this issue, but for the life of me I can't figure out where I can download that fix...
http://drupal.org/node/175839#comment-605202

In the meantime of course it'll be easy enough to just comment this line out.