Skip to content

Commit 059fc9c

Browse files
MAGETWO-91513: Password reset email cannot be sent if the customer does not have customer attribute set that is changed to required after original account creation
- Fix static test
1 parent 5bf07fc commit 059fc9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Customer/Model/AccountManagement.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
6161
* @SuppressWarnings(PHPMD.TooManyFields)
6262
* @SuppressWarnings(PHPMD.ExcessiveClassComplexity)
63+
* @SuppressWarnings(PHPMD.CookieAndSessionMisuse)
6364
*/
6465
class AccountManagement implements AccountManagementInterface
6566
{

0 commit comments

Comments
 (0)