Change Password & WebQuerySave

Question: I have a custom application that monitors password changes and synchs with the nab. Within the app, I give me users an option to change his/her password. Clicking on this link displays a change password form, at which point the user can change their password. This new password is then updated in two places: (1) the nab, and (2) my custom app. This all works fine. However, in the event that a user’s account is disabled and re-enabled, the system generates a new temporary password for them. This value is again stored within the nab and the custom app. On the next login, they are prompted to change their password, thus my change password form is displayed. The only issue is that when the user clicks submits, the form processes without processing my WebQuerySave event. Any ideas???

cygnus