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.
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.
Navigate to http:///admin/config/devconnect/user-settings
Click on the checkbox and set the redirect path to “home”
Thanks @Gitesh Koli!