Skip to content
Snippets Groups Projects
Commit 35f09e45 authored by whidix's avatar whidix
Browse files

fix: reset password ldap

parent 46bff175
Branches
Tags v0.17.22
No related merge requests found
......@@ -468,7 +468,8 @@ async function resetLdapUserPassword(
const userChange = new ldap.Change({
operation: 'replace',
modification: {
userPassword: hashPassword(password),
type: 'userPassword',
values: hashPassword(password),
},
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment