- path: /register/{hash}/{field}/{mail}
- controller: Rapsys\UserBundle\Controller\DefaultController::register
- defaults:
- hash: ~
- field: ~
- mail: ~
- requirements:
- hash: '[a-zA-Z0-9=_-]+'
- field: '[a-zA-Z0-9=_-]+'
- mail: '[a-zA-Z0-9=_-]+'
- methods: GET|POST
-
-rapsys_user_edit:
- path: /user/{hash}/{mail}
- controller: Rapsys\UserBundle\Controller\DefaultController::edit
- requirements:
- hash: '[a-zA-Z0-9=_-]+'
- mail: '[a-zA-Z0-9=_-]+'