change password as support

await authClient.changePassword({
newPassword: "newPassword123",
currentPassword: "oldPassword123",
revokeOtherSessions: true, // revoke all other sessions the user is signed into
});
await authClient.changePassword({
newPassword: "newPassword123",
currentPassword: "oldPassword123",
revokeOtherSessions: true, // revoke all other sessions the user is signed into
});
how can admin can change a user password as support if not no the currentPassword?
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?