From f413688dc452deb97bf061c1dacd02d6b896710e Mon Sep 17 00:00:00 2001 From: touffies Date: Fri, 18 Oct 2013 10:00:06 +0200 Subject: [PATCH] Change path : /customer/update into /account/update /password into /account/password --- .../Thelia/Config/Resources/routing/front.xml | 24 ++++++++++++------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/core/lib/Thelia/Config/Resources/routing/front.xml b/core/lib/Thelia/Config/Resources/routing/front.xml index 27abfd4fa..79369e417 100755 --- a/core/lib/Thelia/Config/Resources/routing/front.xml +++ b/core/lib/Thelia/Config/Resources/routing/front.xml @@ -43,25 +43,31 @@ Thelia\Controller\Front\CustomerController::logoutAction - + + Thelia\Controller\Front\DefaultController::noAction account + + Thelia\Controller\Front\CustomerController::viewAction + account-update + - + Thelia\Controller\Front\CustomerController::updateAction + account-update - - Thelia\Controller\Front\DefaultController::noAction - password - - - + Thelia\Controller\Front\CustomerController::newPasswordAction - password + account-password + + + + Thelia\Controller\Front\DefaultController::noAction + account-password