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?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | login_redirect-redirect-anywhere-2431141-2.patch | 1.38 KB | perennial.sky |
Comments
Comment #1
jenlamptonupdating issue title
Comment #2
perennial.sky commentedAdding patch, just remove URL check condition, now it will redirect to any page.
Comment #3
perennial.sky commentedAbove 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