S
shapper
Hello,
I placed a textbox in a web page where I ask the user for its email.
Now I need to reset its password and get the user profile for the given
email if it exists.
How can I do this?
A side question:
Is it possible to check if there is already a user with a given
email when I am adding a new user to my database using membership?
I want the users emails to be unique. I don't want two users with
the same email.
Thanks,
Miguel
I placed a textbox in a web page where I ask the user for its email.
Now I need to reset its password and get the user profile for the given
email if it exists.
How can I do this?
A side question:
Is it possible to check if there is already a user with a given
email when I am adding a new user to my database using membership?
I want the users emails to be unique. I don't want two users with
the same email.
Thanks,
Miguel