Skip to content

Commit 442fc51

Browse files
author
Joan He
committed
Merge remote-tracking branch 'origin/MAGETWO-51352-exception' into develop
2 parents 5487685 + 48572f7 commit 442fc51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

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

9+
use Magento\Security\Model\SecurityManager;
10+
911
class Forgotpassword extends \Magento\User\Controller\Adminhtml\Auth
1012
{
1113
/**
@@ -31,6 +33,7 @@ public function __construct(
3133
* Forgot administrator password action
3234
*
3335
* @return void
36+
* @SuppressWarnings(PHPMD.CyclomaticComplexity)
3437
*/
3538
public function execute()
3639
{

0 commit comments

Comments
 (0)