File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Customer/Controller/Account
User/Controller/Adminhtml/Auth Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 17
17
use Magento \Framework \App \ObjectManager ;
18
18
19
19
/**
20
- * Class CreatePassword
21
- *
22
- * @package Magento\Customer\Controller\Account
20
+ * Controller for front-end customer password reset form
23
21
*/
24
22
class CreatePassword extends \Magento \Customer \Controller \AbstractAccount implements HttpGetActionInterface
25
23
{
Original file line number Diff line number Diff line change 8
8
use Magento \Framework \App \Action \HttpGetActionInterface ;
9
9
10
10
/**
11
- * Class ResetPassword
12
- *
13
- * @package Magento\User\Controller\Adminhtml\Auth
11
+ * Controller for admin user password reset form
14
12
*/
15
13
class ResetPassword extends \Magento \User \Controller \Adminhtml \Auth implements HttpGetActionInterface
16
14
{
You can’t perform that action at this time.
0 commit comments