Merge branch 'fix-change-password' into 'development'
fix(change_password): use uppercase for hash name See merge request nofusscomputing/projects/nodered_ldap_self_service!4
This commit is contained in:
@ -7110,7 +7110,7 @@
|
||||
"t": "set",
|
||||
"p": "payload",
|
||||
"pt": "msg",
|
||||
"to": "'echo -n \"{sha512}$(echo -n \"$(echo -n ' & msg.payload &'| sha512sum)\" | xxd -r -p | openssl enc -base64 | tr -dc \"A-Za-z0-9+\\\\/=\")\"'",
|
||||
"to": "'echo -n \"{SHA512}$(echo -n \"$(echo -n ' & msg.payload &'| sha512sum)\" | xxd -r -p | openssl enc -base64 | tr -dc \"A-Za-z0-9+\\\\/=\")\"'",
|
||||
"tot": "jsonata"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user