Actions
Bug #3679
closedGenerated passwords don't substitute
Description
When using randomly generated passwords they don't substitute as only the password sent with POST is substituted, which when using randomly generated nothing is sent with the POST. An if check needs to be added that if no password is sent with POST then just add user object password.
Actions