S
Steve D.
I have implemented the ASP.NET 2.0 membership system on a site. I'd really
like to use "less" of the system. Here is what I want:
User must give us an email address.
System validates the email address by sending email and requiring user to
click on a link in the email.
Once this is done - system remembers email address - maybe in a cookie. From
then on, this user can get "in" to the page with no login and no need to
manage/change passwords.
I'm sure at least 100 folks have implemented something like this. Any
insight or guidance appreciated.
S. Daum
like to use "less" of the system. Here is what I want:
User must give us an email address.
System validates the email address by sending email and requiring user to
click on a link in the email.
Once this is done - system remembers email address - maybe in a cookie. From
then on, this user can get "in" to the page with no login and no need to
manage/change passwords.
I'm sure at least 100 folks have implemented something like this. Any
insight or guidance appreciated.
S. Daum