C
Connie B via AccessMonster.com
Does anybody know if it is possible to use code to clear another user's
password without knowing the password, like you can do in Tools, Security,
User and Group Accounts, Clear Password?
I have been given a requirement for users to change their passwords
periodically so I have created a custom form for the users to change their
own passwords, which also stores the date when each user's password was last
changed. For users who have forgotten their passwords, I would like one of my
two database admins to be able to clear their passwords, but if they use the
standard User and Group Accounts form to clear the password, I am not able to
reset my table that tracks the last time the password was changed, so I lose
my history and also they are able to have an empty string for a password
(which my form prohibits).
I don't need/want to know what the password is, I just need to be able to
clear it. I am not able to use the NewPassword method, because it requires
that the admin user knows the old password before being able to change it.
Does anybody have any suggestions?
password without knowing the password, like you can do in Tools, Security,
User and Group Accounts, Clear Password?
I have been given a requirement for users to change their passwords
periodically so I have created a custom form for the users to change their
own passwords, which also stores the date when each user's password was last
changed. For users who have forgotten their passwords, I would like one of my
two database admins to be able to clear their passwords, but if they use the
standard User and Group Accounts form to clear the password, I am not able to
reset my table that tracks the last time the password was changed, so I lose
my history and also they are able to have an empty string for a password
(which my form prohibits).
I don't need/want to know what the password is, I just need to be able to
clear it. I am not able to use the NewPassword method, because it requires
that the admin user knows the old password before being able to change it.
Does anybody have any suggestions?