- Issue created by @c-logemann
- Merge request !3Issue #3501219 by c-logemann: Mail Token Problems and Cancel Form Redirect → (Merged) created by c-logemann
-
c-logemann →
committed 1c9260ba on 1.0.x
Issue #3501219 by c-logemann: Mail Token Problems and Cancel Form...
-
c-logemann →
committed 1c9260ba on 1.0.x
- 🇩🇪Germany c-logemann Frankfurt/M, Germany
Because the password reset link in user.module ist generated on mail sending for token security reasons I decided to not use normal tokens when altering user mails.
New Configuration Text in README.md:
To avoid serial uid in onetime login links and use the uuid based routes of this module you need to change configuration.
Replace serial entity ids in core mail token of all mail templates at /admin/config/people/accounts:
- `[user:one-time-login-url]` > `*u3id-one-time-login-url*`
- `[user:cancel-url]` > `*u3id-cancel-url*`
Be aware of other modules overridng core user mails and tokens like easy_mail.
Because of replacement at mail process we don't need to be compatible to core token replacement. Automatically closed - issue fixed for 2 weeks with no activity.