Password will not be managed by Rudder anymore

This password will be hashed using the {{hashes[newPassword.hash]}} algorithm and stored and distributed only as a hash. The plain text value entered above will not be stored.
This {{formType === 'preHashed' ? "hash" : "password"}} will be stored and distributed verbatim (plain text).
You can enter a JavaScript expression here. See documentation here for details.
Passwords will be computed for each node during policy generation. To use hashed passwords, make sure to call the rudder.password function in the script above.