- Issue created by @justanothermark
- @justanothermark opened merge request.
- @justanothermark opened merge request.
Following https://www.drupal.org/project/login_destination/issues/3073600 → , the module provides a token tree and replaces tokens in the login paths that users are redirected to. While the token tree includes the `user` context, the replacement itself doesn't. Therefore, redirecting to paths like /user/[user:uid]/edit do not work.
* Enable `login_destination`
* Create a login path rule using a user token. E.g. /user/[user:uid]/edit
* Login with an account that triggers the rule
* User is not redirected to /user/[user:uid]/edit
Pass the user context to the token replacement.
* Create the patch to do so
N/A
N/A
N/A
Active
2.0
Code