Skip to content

Commit 023296b

Browse files
authored
Merge pull request #114 from haphan/user-change-password
[rfr] Allow to update user password
2 parents 3451ef4 + 8924115 commit 023296b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Identity/v3/Api.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ public function patchUser(): array
540540
'description' => $this->params->desc('user'),
541541
'email' => $this->params->email(),
542542
'enabled' => $this->params->enabled('user'),
543+
'password' => $this->params->password(),
543544
]
544545
];
545546
}

0 commit comments

Comments
 (0)