I would like to add a javascript block that will generate a "random" password.
This will be part of a form to create service accounts.
I pass the form variable with the script to the workflow.
I have tried multiple options that I found online, however, they do not seem to be working in the form.
Any thoughts?
You can use SQL statements to generate passwords that meet certain complexity criteria.
Sample
I would stay away from passwords generated via JavaScript.