I am using PWDialog so when a users password expires that it prompts to change the password before the user can enter. The problem is that when the app disconnects and then tries to re-connect to the admin database, the system crashes. It crashes because it is trying to use the old password stored in memory rather than the new one just entered.
Is there a way to either 1) capture the new password and store it as a global variable, or 2) is there a return code for the PWDialog function?
Thanks,
Marc
Is there a way to either 1) capture the new password and store it as a global variable, or 2) is there a return code for the PWDialog function?
Thanks,
Marc