I have a handy little UX which I use to Unlock/Lock user accounts or reset user passwords. It works great ... but,

One issue I have is that the 'Confirm Password' field never fills in.
This means if a user is locked out I cannot simply unlock their account ... I must always reset their password because the Password and Confirm Password fields must be filled in.
Can't submit the record with a blank Confirm Password field.

EditSecurity.png


The fields are populated via OnDialogInitialize using server side action scripting 'Load Web Security Values'
Username and Password always populate correctly but Confirm Password is always blank.

LoadSecurity.png

Am I missing something? Anyone know why this might happen?

Stephen