+rapsys_user_confirm:
+ path: /confirm/{mail}/{extra}/{hash}
+ controller: Rapsys\UserBundle\Controller\DefaultController::registerMail
+ requirements:
+ mail: '[a-zA-Z0-9=_-]+'
+ extra: '[a-zA-Z0-9=_-]+'
+ hash: '[a-zA-Z0-9=_-]+'
+ methods: GET|POST
+