|
Q. Password expiration - how is this done? I can see there is user expiration. Is there a way to have passwords expire with AuthentiX? A. I am assuming you are using the internal database, but you can make this work with ODBC too.
User expiration and password expiration are really the same thing.
The user will exist even though expired.
Then ask them to enter their username, old password, new password. In the script that processes the form, check their details and if all checks out, set the new password as well as the new expiration date (if any). There is a sample that does this in the ASPocxSamples\changePassword subdirectory. |
Special Keywords: authentication%20management
|