Forms based authentication, ASP.NET 2.0
Using Sql Server Membership Provider
I know you can set passwords to expire every month or whatever, but can you set up membership so that it doesn't let users re-use passwords for a certain amount of password change periods?
So, for example a user has these passwords
March: somepassword
April: someotherpassword
May: the user cannot change their password back to "somepassword"
...
December: user can change their password to "somepassword"
I hope this makes sense!
I haven't had much joy googling for this (probably because I don't have the right wording)
Thanks
~LFCfan
Using Sql Server Membership Provider
I know you can set passwords to expire every month or whatever, but can you set up membership so that it doesn't let users re-use passwords for a certain amount of password change periods?
So, for example a user has these passwords
March: somepassword
April: someotherpassword
May: the user cannot change their password back to "somepassword"
...
December: user can change their password to "somepassword"
I hope this makes sense!
I haven't had much joy googling for this (probably because I don't have the right wording)
Thanks
~LFCfan