I'm trying to figure out when a user registers as a member, at what time and how are they logged into the application.
Is it possible to log a user into the application after registering from somewhere outside of
CreateUserWizardControl_CreatedUser()?
For Instance, I have a scenario where a user leaves the app and gets redirected back to the app to another method that is not CreateUserWizardControl_CreatedUser().
When the user gets redirected back to CreateUserWizardControl_CreatedUser() however, he is not logged in.
drdexter33
Contributor
2289 Points
889 Posts
CreateUserWizardControl_CreatedUser(object sender, EventArgs e)
Dec 19, 2008 12:10 AM|LINK
I'm trying to figure out when a user registers as a member, at what time and how are they logged into the application.
Is it possible to log a user into the application after registering from somewhere outside ofCreateUserWizardControl_CreatedUser()?
For Instance, I have a scenario where a user leaves the app and gets redirected back to the app to another method that is not CreateUserWizardControl_CreatedUser().
When the user gets redirected back to CreateUserWizardControl_CreatedUser() however, he is not logged in.
Thanks.,