Every time I have the need to redirect my users on login, I stumble across this module, assume it does what I want, install it, and then end up spending time debugging why the login redirect module doesn't redirect on log in before realizing that isn't what it's meant to do. But, what if it were?

Would you be open to adding a feature which allowed people to enter a path to redirect users to after login, in addition to allowing special links with destination parameters?

Comments

jenlampton’s picture

Title: Add the ability to redirect on login » Add the ability to redirect to internal Drupal pages on login

updating issue title

perennial.sky’s picture

Adding patch, just remove URL check condition, now it will redirect to any page.

perennial.sky’s picture

Above patch will redirect to any path, I will not check path is drupal internal valid path or not, if you need to check that you just need to add a check in a submit handler.

But I think this module is used to redirect user to some external URL