- Issue created by @slowflyer
- 🇩🇪Germany slowflyer
Patch fixing the issue and implemnting hook_user_delete
- Merge request !10Resolve #3400061 "Function deletetokenpersistenttoken token" → (Closed) created by slowflyer
- last update
about 1 year ago 9 pass - 🇨🇦Canada gapple
Thanks for the report and merge request.
I'm going to explore ways to make it more explicit whether the token values are hashed or not
- First commit to issue fork.
- Merge request !13feat: hook_update to delete unused records in persistant login table → (Closed) created by g-brodiei
- 🇹🇼Taiwan g-brodiei
Changing the target branch to 2.x.
When a deleted user that has a persistent session record not expired, the end user who previously logged in with their browser may encounter this PHP error message since the uid matching the current browser session can no longer load any user entity.
Added a new commit providing a hook_update to remove records in persistent_login table based upon deleted users before the fix of token delete is working.
- Status changed to Needs review
4 months ago 8:06am 19 July 2024 - Status changed to Fixed
about 2 months ago 11:00pm 2 October 2024 - 🇨🇦Canada gapple
The double-hashing was fixed in 8.x-1.7 and 2.2.1
Cleaning up tokens for deleted users was fixed in 8.x-1.9 and 2.2.3 Automatically closed - issue fixed for 2 weeks with no activity.