diff --git a/app/config/routes.yml b/app/config/routes.yml index 8974a32..2e905c6 100644 --- a/app/config/routes.yml +++ b/app/config/routes.yml @@ -73,6 +73,9 @@ router: backend-user-edit: pattern: '/admin/user/{id:([0-9]+)}' path: backend::user::edit + backend-user-impersonate: + pattern: '/admin/impersonate/{id:([0-9]+)}' + path: backend::user::impersonate backend-user-activation-email: pattern: '/admin/user/{id:([0-9]+)}/activation' path: backend::user::activation-email