Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Proper fix for #42
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Krämer committed Jan 24, 2017
1 parent 532a78d commit 79319e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Controller/Component/UserToolComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,7 @@ public function changePassword($options = []) {
$entity->accessible([
'id',
'old_password',
'password',
'new_password',
'confirm_password'
], true);
Expand Down

0 comments on commit 79319e2

Please sign in to comment.