app/config/routes.yml: add pattern for activation-link
This commit is contained in:
parent
7fd242a28a
commit
b47f2eb741
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ router:
|
||||||
controller: user
|
controller: user
|
||||||
action: settings
|
action: settings
|
||||||
activation-link:
|
activation-link:
|
||||||
|
pattern: '/activate/{link}'
|
||||||
path:
|
path:
|
||||||
controller: user
|
controller: user
|
||||||
action: activationlink
|
action: activationlink
|
||||||
|
|
|
||||||
Reference in a new issue