Hello,
I like to ask two question:- why "redirect after password reset" is not usual use case? As user ddrozdik said.
Lot of people get very irritated, when after they did a password reset, the next page is their profile page with the "edit" tab. And the first what jumps in the eyes of the user, is a form asking after their "actual password". - Why a redirect from one-time link like: "/user/reset/userID/kljsdkljf897987987987-RANDOM-NUMBER" is pretty edge case as NikLP said?"
- is there no solution like: /user/reset/userID/*
or /user/reset/*
I used:
Redirect upon triggers: One-time login link
Redirect from specific pages: Only the listed pages -Β» /user/reset/*
Redirect users with roles: test-roleBut it seems not to working.
Thank you.Drupal 9.5.11
- why "redirect after password reset" is not usual use case? As user ddrozdik said.