Remove post on confirm route
Change rapsysuser index path
+rapsysuser:
+ path: /
+ controller: Rapsys\UserBundle\Controller\UserController::index
+ methods: GET
+
rapsysuser_confirm:
path: /confirm/{hash}/{mail}
controller: Rapsys\UserBundle\Controller\UserController::registerMail
requirements:
hash: '[a-zA-Z0-9=_-]+'
mail: '[a-zA-Z0-9=_-]+'
rapsysuser_confirm:
path: /confirm/{hash}/{mail}
controller: Rapsys\UserBundle\Controller\UserController::registerMail
requirements:
hash: '[a-zA-Z0-9=_-]+'
mail: '[a-zA-Z0-9=_-]+'
rapsysuser_edit:
path: /user/{hash}/{mail}
rapsysuser_edit:
path: /user/{hash}/{mail}
methods: GET|POST
rapsysuser_index:
methods: GET|POST
rapsysuser_index:
controller: Rapsys\UserBundle\Controller\UserController::index
methods: GET
controller: Rapsys\UserBundle\Controller\UserController::index
methods: GET