Could somebody outline what the best steps are for password
reset on a site? I notice often that when I request a password
reset from another site, they send an guid of some sort eg:
click on the following link: http://www.xxx.com/passwordreset/some_token=d8sfsdhsdsdfsdf9sdf8sdfshh;
How exactly is this working on the back end and is this approach
the best?
Thanks.
This is off-topic here. If I knew what web front-end you were
using, then I could suggest one or more other newsgroups where
this question would be on-topic.
I am using C#/ASP.NET 3.5 MS SQL Server 2005
I am not sure that this is (completely) off topic as I am mostly
interested
in the significatnce of the tolken presented to the user and how it is
used
in the user's table structure to allow him to replace his password.
Namely,
what is the description of those tables?
Thanks again.
Google for ASP.NET URL encryption and you shall find lots of info.
This has nothing to do with SQL except may be the code that saves the
password...
Jamal
"pbd22" <dus...@gmail.com> wrote in message
news:2c5e473e-6fbd-48d5...@j12g2000vbl.googlegroups.com...