Skip to content

Commit a11533b

Browse files
author
Oleksandr Gorkun
committed
MAGETWO-92720: E-mail admin users when a new administrator is created.
1 parent 824121e commit a11533b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/User/Controller/Adminhtml/Auth/Forgotpassword.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
*/
77
namespace Magento\User\Controller\Adminhtml\Auth;
88

9+
use Magento\Framework\App\Action\HttpGetActionInterface;
10+
use Magento\Framework\App\Action\HttpPostActionInterface;
911
use Magento\Framework\App\ObjectManager;
1012
use Magento\Security\Model\SecurityManager;
1113
use Magento\Backend\App\Action\Context;
@@ -23,7 +25,7 @@
2325
*
2426
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
2527
*/
26-
class Forgotpassword extends Auth
28+
class Forgotpassword extends Auth implements HttpGetActionInterface, HttpPostActionInterface
2729
{
2830
/**
2931
* @var SecurityManager

0 commit comments

Comments
 (0)