- Issue created by @jibus
- 🇮🇳India aman1248
Hy @Jibus,
The main difference lies in focus of both : the first module [REST Password Request ] specializes in password-related actions through REST with email interaction, while the [Rest Password Reset] offers a broader solution for username and password management via REST API endpoints, emphasizing frontend integration and configurability for decoupled applications.
Thanks - Status changed to Needs review
6 months ago 7:46am 14 May 2024 - 🇳🇱Netherlands jb044 Leeuwarden
I've added a disclaimer to make the difference between te 2 more clear. The main difference is we use a email with a password reset link to points to the decoupled website (configurable) and the decoupled website is supposed to then provide a password change dialog that POST's to a second REST endpoint in Drupal. The password link uses the same algoritm as Drupal does for the one time login code. That is: it's based on the user password and has an expire time, so if either changes or becomes invalid it doesn't work anymore.
- Status changed to Fixed
6 months ago 3:18pm 14 May 2024 Automatically closed - issue fixed for 2 weeks with no activity.