Skip to content

Commit 508c1c3

Browse files
committed
MAGETWO-55849: Customer can be deleted without Merchant permissions verification
1 parent 69f7345 commit 508c1c3

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/User/Block/User

1 file changed

+2
-2
lines changed

app/code/Magento/User/Block/User/Edit.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ protected function _construct()
7777
}
7878

7979
/**
80-
* Returns message that is displayed for admin when he deleted user from the system.
80+
* Returns message that is displayed for admin when he deletes user from the system.
8181
* To see this message admin must do the following:
8282
* - open user for edition;
8383
* - fill current password in section "Current User Identity Verification";
@@ -92,7 +92,7 @@ public function getDeleteMessage()
9292

9393
/**
9494
* Returns url that for user deletion.
95-
* The following action is executed if admin navigates to this url
95+
* The following action is executed if admin navigates to returned url
9696
* Magento\User\Controller\Adminhtml\User\Delete::execute
9797
*
9898
* @return string

0 commit comments

Comments
 (0)