Drupal Default to Homepage After Login

If you login to a Drupal site directly at the /user/login page, it will redirect you to /users/{username}.

Is there a setting somewhere that will allow changing that behavior? Ideally it would just return the user to the site's root.

Solved Solved
0 2 420
1 ACCEPTED SOLUTION

Navigate to http://<portal-url>/admin/config/devconnect/user-settings

Click on the checkbox and set the redirect path to "home"

View solution in original post

2 REPLIES 2

Navigate to http://<portal-url>/admin/config/devconnect/user-settings

Click on the checkbox and set the redirect path to "home"

Thanks @Gitesh Koli!