Skip to content

Commit

Permalink
Merge pull request #10 from GrandLTU/password-updater-fix
Browse files Browse the repository at this point in the history
Fix password updater event listener
  • Loading branch information
GrandLTU authored Oct 17, 2019
2 parents 0080404 + 3472ef2 commit ef98ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/services/event_listener.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<service id="admin_platform.listener.password_updater" class="Sylius\Bundle\UserBundle\EventListener\PasswordUpdaterListener">
<argument type="service" id="sylius.security.password_updater" />
<tag name="kernel.event_listener" event="admin_platform.admin_user.pre_update" method="genericEventUpdater" />
<tag name="kernel.event_listener" event="sylius.admin_user.pre_update" method="genericEventUpdater" />
</service>

</services>
Expand Down

0 comments on commit ef98ee1

Please sign in to comment.