Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: password to change automatically in every 30 days


Message #1 by "taherm@f... on Mon, 25 Jun 2001 16:58:13
i have designed an ASP site using MS Acesss as my backend database. the 

site information is quite important and so my client wants teh password of 

teh registered users to change automatically in every 30 days. Once the 

password is changed the user will be then informed by manually emailing 

the new password to them.

plz let me knwo if i can achieve the above.



Thanking you in advance
Message #2 by "Ken Schaefer" <ken@a...> on Tue, 26 Jun 2001 16:40:28 +1000
Write a little .vbs file using Windows Script Host.

Schedule the VBS file to run every day (using the schedule service/task

scheduler) looking for passwords that are more than 30 days old (you'll need

a date/time field in your user's table). Have it change those records, and

set the date stamp to today. Generate emails, and send them off.



http://msdn.microsoft.com/scripting for help on WSH



Cheers

Ken



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~





: i have designed an ASP site using MS Acesss as my backend database. the

: site information is quite important and so my client wants teh password of

: teh registered users to change automatically in every 30 days. Once the

: password is changed the user will be then informed by manually emailing

: the new password to them.

: plz let me knwo if i can achieve the above.

:






  Return to Index