Skip to content

Commit 3f7a245

Browse files
committed
ACP2E-1025: [Premier] Database table admin_user - why do date fields not update as expected?
1 parent d379b7f commit 3f7a245

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/User/Model/User.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,7 @@ public function login($username, $password)
648648
{
649649
if ($this->authenticate($username, $password)) {
650650
$this->getResource()->recordLogin($this);
651+
$this->reload();
651652
}
652653
return $this;
653654
}

0 commit comments

Comments
 (0)