2     path: /confirm/{hash}/{mail}
 
   3     controller: Rapsys\UserBundle\Controller\UserController::registerMail
 
   5         hash: '[a-zA-Z0-9=_-]+'
 
   6         mail: '[a-zA-Z0-9=_-]+'
 
  10     path: /user/{hash}/{mail}
 
  11     controller: Rapsys\UserBundle\Controller\UserController::edit
 
  13         hash: '[a-zA-Z0-9=_-]+'
 
  14         mail: '[a-zA-Z0-9=_-]+'
 
  19     controller: Rapsys\UserBundle\Controller\UserController::index
 
  23     path: /login/{hash}/{mail}
 
  24     controller: Rapsys\UserBundle\Controller\UserController::login
 
  29         hash: '[a-zA-Z0-9=_-]+'
 
  30         mail: '[a-zA-Z0-9=_-]+'
 
  38     path: /recover/{hash}/{pass}/{mail}
 
  39     controller: Rapsys\UserBundle\Controller\UserController::recover
 
  45         hash: '[a-zA-Z0-9=_-]+'
 
  46         pass: '[a-zA-Z0-9=_-]+'
 
  47         mail: '[a-zA-Z0-9=_-]+'
 
  52     controller: Rapsys\UserBundle\Controller\UserController::register