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.
2 parents 5487685 + 48572f7 commit 442fc51Copy full SHA for 442fc51
app/code/Magento/User/Controller/Adminhtml/Auth/Forgotpassword.php
@@ -6,6 +6,8 @@
6
*/
7
namespace Magento\User\Controller\Adminhtml\Auth;
8
9
+use Magento\Security\Model\SecurityManager;
10
+
11
class Forgotpassword extends \Magento\User\Controller\Adminhtml\Auth
12
{
13
/**
@@ -31,6 +33,7 @@ public function __construct(
31
33
* Forgot administrator password action
32
34
*
35
* @return void
36
+ * @SuppressWarnings(PHPMD.CyclomaticComplexity)
37
38
public function execute()
39
0 commit comments