File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -374,9 +374,9 @@ public function destroy(int $id)
374
374
*/
375
375
public function resetPassword ()
376
376
{
377
- $ postData = $ this ->request ->all () ?? [];
377
+ $ postData = $ this ->request ->all ()[ ' postData ' ] ?? [];
378
378
$ params = [
379
- 'id ' => $ postData ['id ' ],
379
+ 'id ' => $ postData ['uid ' ],
380
380
'old_password ' => $ postData ['old_password ' ] ?? '' ,
381
381
'new_password ' => $ postData ['new_password ' ] ?? '' ,
382
382
'confirm_password ' => $ postData ['confirm_password ' ] ?? '' ,
Original file line number Diff line number Diff line change 70
70
'handler ' => [
71
71
'class ' => Monolog \Handler \RotatingFileHandler ::class,
72
72
'constructor ' => [
73
- 'filename ' => BASE_PATH . '/runtime/logs/code_debug.log ' ,
73
+ 'filename ' => BASE_PATH . '/runtime/logs/code_debug/code_debug .log ' ,
74
74
'level ' => Monolog \Logger::DEBUG ,
75
75
],
76
76
],
You can’t perform that action at this time.
0 commit comments