Add option to enable use of autogenerated password or input-field
Option to configure availability of password field or use of generated password:
dmx.sign-up.account_creation_password_handling = editable | generated
When "editable": sign-up form presents password field and takes value from it When "generated": create a sequence of random characters.
Implementation note: Behavior can be implemented in frontend first.
Edited by Robert Schuster