C
Connie B via AccessMonster.com
I have a pair of databases secured with a workgroup file and I have created a
custom password change form, which is working fine. What I would like to add
is a way to validate that the user has changed his first-time temporary
password to a 'real' password before letting him proceed to use the
application. (I thought that I might put this in the on open event of my main
menu which is called on startup.)
I know that the workgroup file encrypts the passwords, but is there a way to
pass the temp password ('temppw') to the workgroup file and compare that
string to the currentuser's password? I don't need the password returned,
just a true/false value, so that I know whether to force the user to change
the pw or if it has already been done.
If this is impossible, any alternate suggestions would be greatly appreciated.
Thanks in advance!
custom password change form, which is working fine. What I would like to add
is a way to validate that the user has changed his first-time temporary
password to a 'real' password before letting him proceed to use the
application. (I thought that I might put this in the on open event of my main
menu which is called on startup.)
I know that the workgroup file encrypts the passwords, but is there a way to
pass the temp password ('temppw') to the workgroup file and compare that
string to the currentuser's password? I don't need the password returned,
just a true/false value, so that I know whether to force the user to change
the pw or if it has already been done.
If this is impossible, any alternate suggestions would be greatly appreciated.
Thanks in advance!