Problem/Motivation

When someone uses a one-time login link, the module, as expected, redirects the user to the url defined for the role in the configs.
We recently had an issue where a low-level, non-technical, user used the "forgot password" one-time link to login and then had difficulty getting to her user edit page to establish a new password that she would hopefully remember.
I would be nice if there were some sort of built-in override of the redirection to cover that circumstance. A number of options on the configuration page come to my mind:

  • A simple checkbox that would override the default behavior and send someone using a one-time login link to the user/edit page regardless of role
  • A line item for that circumstance, similar to a role, where a redirect login url can be entered, perhaps defaulting the user/edit
  • An option per role, where the redirect location can be altered for a one-time link

Comments

msypes created an issue.