c# - how to allow login in with email using the asp signup component -


as title says how o allow users sign in using email specified when registered.

using asp 3.5 , both login , signup ones built-in visual studio.

also there way remove secret question , answer.

thanks

my simplest , effective workaround following:

1- rename label of username field e-mail: ( user see email, it's still username asp.net membership save).

2- save entry along side additional info need save

3- users forced login using provided email

4- smile :)


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -