The CAS login block is not working on my system without changing
$output .= url('cas',drupal_get_destination()) to
$output .= url('cas')
in the cas_block function, which then casues it to always return to the front_page
Also, the Navigation login link always takes you back to the front_page. Is this what should be expected? Could there be an issue with my setup, or is this a bug?
Thanks
Drupal 4.7.3
Linux (RH EE 4)
PHP 5.1.4
MySQL 5.0.24
Apache 2
Comments
Comment #1
metzlerd commentedThanks, I'll look into the login block problem.
The login menu link going to the front page is the way it works right now. I'd like to fix this but I can't use the "destination=" strategy becuase of how the drupal menu system works. I plan to rework this code to make both the block and the menu based on referring url instead, but I don't have that ready right now.
Comment #2
metzlerd commentedI've fixed this and rolled a new drupal release 4.7.x-2.1 release. Let me know how/whether this works well for you.
Comment #3
(not verified) commented