hi all of u
if i forget my password how i will get my password and how that password should be send to my reference mail id or phone number. i am developing this feature in my site. how it could be done
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jiteendra SampathiraoPosted May 31, 2011, 1:33 AM
When you creating your account store the values in Database...the values are like your Name , password, email id , contact number etc.
if you forget the password or username... In the new page(forgetpwd.aspx) ..user has to enter his mail Id..when he
clicks the enter button get the values of username and password from database...
If you want to send the values to mail id: use mail server(like SMTP etc).
If you want to send the values to mobile number(SMS): use Third party SMS api's.
Check the muralidharan suggested links...
Jiteendra SampathiraoPosted May 31, 2011, 2:17 AM
its my pleasure dude........
bhanu prasannakumarPosted May 31, 2011, 1:54 AM
Jiteendra SampathiraoPosted May 31, 2011, 1:49 AM
Download the code...
Referance: MS tutorials
bhanu prasannakumarPosted May 31, 2011, 1:36 AM
Mayur GujrathiPosted May 30, 2011, 5:15 AM
wheather you are asking for this site or for your application
Praveen KumarPosted May 30, 2011, 4:02 AM
OR
Are you developing any application where you want to incorporate the "Forget Password" feature.
Sandeep ShekhawatPosted May 30, 2011, 4:00 AM
There are some thing:
At registration time use question and answer group.
At registration time use Email address.
At registration time use Phone number.
for send sms on mobile then use sms api for third party and retrive your password from database table and take it in string then send.
same as for email
Dorababu MekaPosted May 30, 2011, 3:56 AM
Posted May 30, 2011, 3:55 AM
http://www.asp.net/security/tutorials/recovering-and-changing-passwords-cs
http://www.asp.net/cssadapters/membership/changepassword.aspx
http://forums.asp.net/p/1113348/1718973.aspx
Hope this helps you.