Below is the list of pages that best match with your search query. If you still could not find the Drupal 7 Redirect After Login, share exact problem you are facing in Comments Box given at the end of this page. We or community shall respond your query with solution.
Last Updated: May 28, 2022
Explain the Problem you are Facing with Drupal 7 Redirect After Login
To make a redirection after user login, we can use the hook hook_user_login(). Note : You cannot use $form_state->setRedirectUrl() directly ...