Ok I have a database....And I have a Login (Username+Password) built in, a table with users, a form that open up of opening the database that asks for user name and password.....So thats all good
My question I would like to force the users to change their passwords every lets say 90 days or 60 days an x number of days. I just cant think of how to execute it.....
The idea I have is maybe add a date field and another criteria field that will be maybe a number or a future date to my tblSecurity (this table consist of ID, USername and Password fields)....
I also have a form to change password...I guess I need something to make the form popup when the users password expires.
So I guess when the user logs in the first time the database requires them to change the default password....I will need maybe to store the date when they do that and each time they login that dat will be subtracted from today date and checked against the criteria in tblSecurity and if doesnt meet then frmchangepassword will pop open
I hope I am making sense. So how can i make this to work the way I am thinking
thanks
My question I would like to force the users to change their passwords every lets say 90 days or 60 days an x number of days. I just cant think of how to execute it.....
The idea I have is maybe add a date field and another criteria field that will be maybe a number or a future date to my tblSecurity (this table consist of ID, USername and Password fields)....
I also have a form to change password...I guess I need something to make the form popup when the users password expires.
So I guess when the user logs in the first time the database requires them to change the default password....I will need maybe to store the date when they do that and each time they login that dat will be subtracted from today date and checked against the criteria in tblSecurity and if doesnt meet then frmchangepassword will pop open
I hope I am making sense. So how can i make this to work the way I am thinking
thanks