Great module. Small and lightweight, and once I realized that I could set the "redirect_after_logout_destination" variable with a `drush vset` command, it works great.

Unfortunately I need to do this on a server where Drush is not available.

I can't find this variable in the list of Variables (System -> Variables; Or /admin/config/system/variable).

Where do you set the destination?

Comments

nerdcore’s picture

Title: Request To Add Documentation » How To Add The Redirect Variable?
Issue summary: View changes

Changed issue title.

nerdcore’s picture

Would settings.php be the suggested location for the value of the "redirect_after_logout_destination" variable?

https://drupal.org/node/1525472

EDIT: I have no write access to settings.php on this one particular site. :(

rgristroph’s picture

Can you put any custom code at all on the site ? You could put in a small module that sets the variable in an install hook, or even provides an admin form for you to set it.

nerdcore’s picture

/admin/config/system/redirect_after_logout

This seems to give the necessary form. Would still be nice to have this in the documentation for the module.

nevergone’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.