Rapsys Git
/
userbundle
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
5478fe4
)
Fix confirm route user controller method
author
Raphaël Gertz
<git@rapsys.eu>
Thu, 31 Oct 2024 05:40:49 +0000
(06:40 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Thu, 31 Oct 2024 05:40:49 +0000
(06:40 +0100)
config/routes/rapsysuser.yaml
patch
|
blob
|
history
diff --git
a/config/routes/rapsysuser.yaml
b/config/routes/rapsysuser.yaml
index 0db772d8d9af6823fcf2982109aaec65d791a6df..2ce9425668e5fd99cefa4cea5ebb68a0b2055261 100644
(file)
--- a/
config/routes/rapsysuser.yaml
+++ b/
config/routes/rapsysuser.yaml
@@
-5,7
+5,7
@@
rapsysuser:
rapsysuser_confirm:
path: /confirm/{hash}/{mail}
- controller: Rapsys\UserBundle\Controller\UserController::
registerMail
+ controller: Rapsys\UserBundle\Controller\UserController::
confirm
requirements:
hash: '[a-zA-Z0-9=_-]+'
mail: '[a-zA-Z0-9=_-]+'