Login Redirection

Component ID

1728832

Component name

Login Redirection

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

This simple module redirects the user to the page it was before logging in from [yoursite]/user.

Example:
If a user is in [yoursite]/admin/settings, and then go to [yoursite]/user/, after login, he will be redirected to [yoursite]/admin/settings.

It works on any URL that does not contain "user/" path.

It is useful when you have a multi-tab login form, and you want to redirect the user to the page it was before. (Multi-Tab login forms will make "Login Destination"'s module act strangely).