2017 © Pedro Peláez
 

symfony-bundle userbundle

fos user bundle modification

image

ops-talent/userbundle

fos user bundle modification

  • Wednesday, April 25, 2018
  • by Mojihito
  • Repository
  • 1 Watchers
  • 0 Stars
  • 171 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 1800 % Grown

The README.md

Add this to routing.yml, (*1)

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]

The Versions

25/04 2018

dev-master

9999999-dev

fos user bundle modification

  Sources   Download

MIT

api restful symfony 3 doc