Support question.

Currently, when I log out of my site, I end up on the front page of my old site:
(for new site site2.com and old site site1.com)
log out as admin from site2.com drops me (logged out) at site1.com homepage.

Where is the logout destination for a site set?

(Problem may be a result of restoring a DB for site1.com into (dev site) site2.com, but I don't know where to look).

Thanks, Jeff

Comments

Stefan Lehmann’s picture

Depends on the module used for this behavior.

If it's login destination it's probably here: admin/config/people/login-destination

An easy way to find out which module is responsible is to search for the string of site1.com in the database dump file you imported. The database query containing that string should give you a clue which module is responsible.

I like cookies!

fejn’s picture

We are using pretty much the standard Drupal (7.43) install, with Views, Pathauto, etc. We're not using Logintoboggan, or anything to specify custom landing pages.

It's the log-out destination that's the problem: log out of site2.com lands me in site1.com.

I don't even have a page http://example.com/admin/config/people/login-destination on site2.com : is this the Secure login page where you can specify a Secure base URL (among other things?

Thanks, Jeff