user_redirect
3,187 sites
Security covered
REDIRECT USER AFTER LOGIN/LOGOUT
This module is developed to redirect the users to specific path after login or logout event.
*** Module Provides ability ***
- Redirect user to the internal(/) or external path(http/https) after log in.
- Redirect user to the internal(/) or external path(http/https) after log out.
- Redirect user on the basis of role priority, if multiple roles are assigned to an individual user.
- Support SAML Authentication user redirection.
Support
- Drupal 9.2, Drupal 10 & Drupal 11
DEPENDENCIES
User Core Module
INSTALLATION
composer require drupal/user_redirect
Upgrade to version 2.x
run composer update "drupal/user_redirect": "^2.0"
CONFIGURATION
1. Set user redirection path at the at the configuration link: /admin/people/users/redirect/form/settings
2. Click "Save Configuration" button
MAINTAINERS
Original development: Vipin Mittal(https://www.drupal.org/u/vipinmittal18)