ops-talent / userbundle
fos user bundle modification
Installs: 1 029
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
This package is not auto-updated.
Last update: 2024-11-01 04:12:24 UTC
README
Add this to routing.yml
fos_user_change_password:
defaults: { _controller: 'OpstalentUserBundle:ChangePassword:changePassword' }
path: '/change-password'
methods: [POST]
fos_user_resetting_send_email:
defaults: { _controller: 'OpstalentUserBundle:Resetting:sendEmail' }
path: '/resetting/send-email'
methods: [POST]
fos_user_resetting_reset:
defaults: { _controller: 'OpstalentUserBundle:Resetting:reset' }
path: '/resetting/reset/{token}'
methods: [POST]