fix(ldap_filter): use updated vars for password change

!7
This commit is contained in:
2023-08-17 00:35:37 +09:30
parent a3bb6ec76b
commit 7645117a8c

View File

@ -5732,7 +5732,7 @@
"t": "set",
"p": "payload",
"pt": "msg",
"to": "$string(msg.http.form.random & msg.payload)",
"to": "$string(msg.req.body.random & msg.password_second_half)",
"tot": "jsonata"
},
{