Link to home
Start Free TrialLog in
Avatar of perlwhite
perlwhiteFlag for United States of America

asked on

Verfiy code after login

Hello,

I want to have verify code utility once a valid username/password has been entered.  So, after users login, a random code will be sent to their email address and then the users have to enter it again in the application to login.  Can I do that with asp.net C#?

Thanks,
Avatar of guru_sami
guru_sami
Flag of United States of America image

What you are asking is doable and not that hard but need more information on where is it that you are facing trouble.
- Do you have login feature in place? If so are you using built-in asp.net control?
- Are you using asp.net membership providers?
- Do you want it on every single login or just when user registers very first time?
Avatar of perlwhite

ASKER

1. I have simple login feature in place.
2. I am not using membership providers!( I did not know they could be used, researching on them now)
3. I want to use this for every single login unless they are logging in after more than 30 days.

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of guru_sami
guru_sami
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial