Add new method updatePasswordAction (Not finished)

This commit is contained in:
touffies
2013-10-23 00:07:27 +02:00
parent 5dc33aec4d
commit a91303a27d
4 changed files with 43 additions and 6 deletions

View File

@@ -76,7 +76,7 @@
<route id="customer.password.change.process" path="/account/password" methods="post">
<default key="_controller">Thelia\Controller\Front\CustomerController::newPasswordAction</default>
<default key="_controller">Thelia\Controller\Front\CustomerController::updatePasswordAction</default>
<default key="_view">account-password</default>
</route>