nucleos / NucleosUserBundle

👤 Lightweight user management for symfony.
https://docs.nucleos.rocks/projects/user-bundle/
MIT License
59 stars 18 forks source link

Reset passwordRequestedAt on plain password change to trigger doctrine listener #748

Closed core23 closed 6 months ago

core23 commented 6 months ago

Subject

Due to some recent changes in doctrine, the entity was not persisted when just changed an unmapped field (plain password).

This is a hotfix to trigger the doctrine listeners if the plain password changes.