ai-controller-frontend
ai-controller-frontend copied to clipboard
change password for users on profile page
The return types are now inconsistent, sometimes it's Iface, somtimes it's \Aimeos\Controller\Frontend\Customer\Iface. Can you either leave it to Iface or use \Aimeos\Controller\Frontend\Customer\Iface all over?
For the tests to succeed, you need to add these lines here: https://github.com/aimeos/ai-controller-frontend/blob/master/controller/frontend/tests/TestHelperFrontend.php#L83
$password = new \Aimeos\MW\Password\Standard();
$context->setPassword( $password );