change password as support

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?
Was this page helpful?