CAS logout

gholmes
Forums
I am using Opigno in conjunction with a main Drupal site. I have CAS setup and working, so that the user logs in on the main site and is automatically logged in to the Opigno site. The Opigno logout link, however, does not work. The user gets sent to the main Drupal site, which automatically sends them back to Opigno and they are logged in. How do I change the Opigno logout link to log out from the CAS server as well? Where is the logout link defined (it doesn't appear to be in a menu)?
axel

Hi

Hi There is specific logout button for CAS that should replace the default one. Did you use this specific logout button ?
gholmes

Yes, I would like to use the

Yes, I would like to use the CAS logout button or link. So how do I replace the default Opigno logout link - in the upper right, next to "my account" - with the CAS logout link or button? I don't see that Opigno logout link in any of the menus.
axel

It's in the User menu (http:/

It's in the User menu (http://your_domain.tld/admin/structure/menu/manage/user-menu) Just try to replace the logout entry with another one linked to caslogout (so that clicking on it will point to http://your_domain.tld/caslogout) This should work. Best regards
gholmes

I must be missing something

I must be missing something here. 1. The log out link in the /admin/structure/menu/manage/user-menu - the Path is not even editable in the admin interface. It is just a link. 2. The text ("Menu link title") in that menu item doesn't match what is on the page ("Log out" - while what is in the upper right hand corner of the page is "logout"). 3. If I add a new menu item to that menu (user-menu), it does *not* show up on the page with the other stuff What I'm talking about trying to edit is the menu that looks like this: Welcome username My account | logout It is *that* logout link that I need to change.
axel

Sorry I misunderstood

Sorry I misunderstood This is not manageable, you have to change the file /profiles/opigno_lms/themes/platon/templates/platon--header.tpl.php
gholmes

Thanks axel! That worked.

Thanks axel! That worked.