3 controller: Rapsys\UserBundle\Controller\UserController::index
7 path: /confirm/{hash}/{mail}
8 controller: Rapsys\UserBundle\Controller\UserController::confirm
10 hash: '[a-zA-Z0-9=_-]+'
11 mail: '[a-zA-Z0-9=_-]+'
15 path: /user/{hash}/{mail}
16 controller: Rapsys\UserBundle\Controller\UserController::edit
18 hash: '[a-zA-Z0-9=_-]+'
19 mail: '[a-zA-Z0-9=_-]+'
24 controller: Rapsys\UserBundle\Controller\UserController::index
28 path: /login/{hash}/{mail}
29 controller: Rapsys\UserBundle\Controller\UserController::login
34 hash: '[a-zA-Z0-9=_-]+'
35 mail: '[a-zA-Z0-9=_-]+'
43 path: /recover/{hash}/{pass}/{mail}
44 controller: Rapsys\UserBundle\Controller\UserController::recover
50 hash: '[a-zA-Z0-9=_-]+'
51 pass: '[a-zA-Z0-9=_-]+'
52 mail: '[a-zA-Z0-9=_-]+'
57 controller: Rapsys\UserBundle\Controller\UserController::register