Reset password using a variable

Is there a way with the reset password option in the LDAP plugin to input the password via a variable or artifact?

You can create a random phrase and use that as an input variable, but there is not a way to get input from a user and pass it into ICON currently. The way I did it when I created our workflow was to use a Python step that generated a random string of letters / numbers and then used the output of that as the input for the LDAP Password reset and output it to an artifact as well in case we needed it for any reason.

1 Like

Thank you for the info.