Password Expiration

Billb

Member
Is there anyway to intercept the password expiration and change message of the TOracleLogon component? We don't want users to change the password of the account that the application logs in to.
 
You will have to create your own logon dialog and process the expiration error. See TOracleSession.SetPassword in the User's Guide for a detailed example.
 
Back
Top