We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3451ef4 + 8924115 commit 023296bCopy full SHA for 023296b
1 file changed
src/Identity/v3/Api.php
@@ -540,6 +540,7 @@ public function patchUser(): array
540
'description' => $this->params->desc('user'),
541
'email' => $this->params->email(),
542
'enabled' => $this->params->enabled('user'),
543
+ 'password' => $this->params->password(),
544
]
545
];
546
}
0 commit comments