How do I ask for a password when using UDF in stackscripts?
Actually I'm trying to do this
# <UDF name="USERNAME" label="Scegli il nome utente per l'utente non root." />
# <UDF name="USERPASSWORD" label="Scegli la password per l'utente non root." password />
The problem is that the password field is never rendered.
What am I doing wrong?