Skip to content

Commit

Permalink
Don't override member password
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr authored Dec 10, 2019
1 parent 0bb8080 commit fa234e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Forms/ShopAccountForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public function __construct($controller, $name)
$this->extend('updateShopAccountForm');

if ($member) {
$member->Password = ''; //prevents password field from being populated with encrypted password data
$this->loadDataFrom($member);
}
}
Expand Down

0 comments on commit fa234e0

Please sign in to comment.