ai-controller-frontend icon indicating copy to clipboard operation
ai-controller-frontend copied to clipboard

change password for users on profile page

Open WLsupport opened this issue 4 years ago • 1 comments

WLsupport avatar Aug 31 '21 05:08 WLsupport

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 );

aimeos avatar Sep 17 '21 18:09 aimeos