You are here

Login destinations

Primary tabs

Specify page by using its path. Example path is blog for the blog page. <front> is the front page. <current> is the current page. Precede with http:// for an external URL. Leave empty to redirect to a default page. If the PHP option is chosen, enter PHP code between <?php ?>. It should return either a string value or an array of params that the url($path = '', array $options = array()) function will understand, for example. <?php return array('blog', array('fragment' => 'overlay=admin/config', ), ); ?>. For more information, see the online API entry for url function. Note that executing incorrect PHP code can break your Drupal site.
Redirect only upon selected trigger(s). If you select no triggers, all of them will be used.
Specify pages by using their paths. Enter one path per line. The '*' character is a wildcard. Example paths are blog for the blog page and blog/* for every personal blog. <front> is the front page. user is the login form. user/register is the registration form. user/*/edit is the one-time login (e-mail validation). If the PHP option is chosen, enter PHP code between <?php ?>. Note that executing incorrect PHP code can break your Drupal site.
Redirect only the selected role(s). If you select no roles, all users will be redirected.