Community Documentation

On login redirect to "my account" page

Last updated December 19, 2007. Created by fago on July 2, 2007.
Edited by Michelle. Log in to edit this page.

Required modules: -

array (
  'cfg_21' =>
  array (
    '#type' => 'configuration',
    '#altered' => false,
    '#event' => 'user_login',
    '#label' => 'On login redirect to account page',
    '#active' => 1,
    '#module' => 'workflow-ng',
    0 =>
    array (
      '#type' => 'action',
      '#name' => 'workflow_ng_action_drupal_goto',
      '#settings' =>
      array (
        'path' => 'user/[account:uid]',
        'path_args' =>
        array (
          0 => 'account',
        ),
        'query' => '',
        'query_args' =>
        array (
        ),
        'fragment' => '',
        'fragment_args' =>
        array (
        ),
        'force' => 1,
        'override' => 1,
      ),
      '#label' => 'Redirect to the account page',
    ),
    '#name' => 'cfg_21',
  ),
)

About this page

Drupal version
Drupal 5.x
Drupal’s online documentation is © 2000-2012 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution-ShareAlike 2.0. PHP code is distributed under the GNU General Public License.