We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daeab42 commit 8ee8230Copy full SHA for 8ee8230
app/code/Magento/Customer/Controller/Adminhtml/Index/ResetPassword.php
@@ -9,6 +9,11 @@
9
use Magento\Framework\Exception\NoSuchEntityException;
10
use Magento\Framework\Exception\SecurityViolationException;
11
12
+/**
13
+ * Reset password controller
14
+ *
15
+ * @package Magento\Customer\Controller\Adminhtml\Index
16
+ */
17
class ResetPassword extends \Magento\Customer\Controller\Adminhtml\Index implements HttpGetActionInterface
18
{
19
/**
0 commit comments