Skip to content

Commit 8ee8230

Browse files
committed
MAGETWO-95238: Cannot reset customer password from Admin Panel
- fix static test failure
1 parent daeab42 commit 8ee8230

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/Customer/Controller/Adminhtml/Index/ResetPassword.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
use Magento\Framework\Exception\NoSuchEntityException;
1010
use Magento\Framework\Exception\SecurityViolationException;
1111

12+
/**
13+
* Reset password controller
14+
*
15+
* @package Magento\Customer\Controller\Adminhtml\Index
16+
*/
1217
class ResetPassword extends \Magento\Customer\Controller\Adminhtml\Index implements HttpGetActionInterface
1318
{
1419
/**

0 commit comments

Comments
 (0)