I am developing a website hosted by a university that uses its own means for authentication (a user needs a university ID and password in order to login and there is no registration form). The "login or register to post comments" links at the bottom of the pages do not direct the user to the university-wide login screen. Instead, it generates a URL that takes the user nowhere. Here's a link to a page as an example: http://webservices.itcs.umich.edu/drupal/lrconline/node/186

I have searched the forums thoroughly and read posts that discuss issues similar to mine, including an explanation of why/how this URL is generated: 344962#comment-1217877 . So although simply redirecting to https would solve my problem, I know it's not that simple and may not be possible. None of the posts I read address the crux of my issue: how do I solve this problem in an environment with an external means of authentication? Is it possible for me to change the "destination=" parameter so that the link redirects the user to the university-wide login screen?

I am kinda new to Drupal and web development, so if you can offer help I ask that you please provide thorough explanations so that I can understand how to implement your solutions.

Thank you in advance.

Comments

itsGOTtobegroovy’s picture

Any help at all would be appreciated!

itsGOTtobegroovy’s picture

Anyone?

itsGOTtobegroovy’s picture

Due to lack of response, I decided to just hide the links and text using CSS. Not a fix necessarily, but a good workaround that removes defunct links from the display. However, I think this bug is something that someone should address, so I'm leaving the status "active."

york624’s picture

I think this bug is something that someone should address, so I'm leaving the status "active." Drupal

joachim’s picture

Category: bug » support
Status: Active » Closed (won't fix)
Issue tags: -display, -comments, -comment, -links, -anonymous user, -unauthenticated user, -log in

The link the OP gave is now dead. Hence marking this as won't fix.

> that uses its own means for authentication

FWIW, that really makes it out of scope for core. Certainly on D7 you could theme the comment link though -- not sure for D6.