You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2024. It is now read-only.
I'm trying to change a user password, but the changing object throw this message:
"Error: modification must be an Attribute"
//entry example #1
const entry = {
type: 'userPassword',
values: Buffer.from(
"${newPassword}"
, 'utf8'),};//entry example #2
const entry = {
userPassword: Buffer.from(
"${newPassword}"
, 'utf16le')};The text was updated successfully, but these errors were encountered: